From 42ee9da2057153b1aef734e8e462c846a33aa805 Mon Sep 17 00:00:00 2001 From: Denis Demidov Date: Fri, 27 Oct 2023 19:44:15 +0300 Subject: [PATCH] Fix rebuilding with mpi::amg --- amgcl/mpi/amg.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amgcl/mpi/amg.hpp b/amgcl/mpi/amg.hpp index 3f2ffa87..9e777197 100644 --- a/amgcl/mpi/amg.hpp +++ b/amgcl/mpi/amg.hpp @@ -410,7 +410,7 @@ class amg { } AMGCL_TIC("move to backend"); - this->A->move_to_backend(bprm); + this->A->move_to_backend(bprm, prm.allow_rebuild); AMGCL_TOC("move to backend"); }