Skip to content

Commit

Permalink
Fix rebuilding with mpi::amg
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Oct 27, 2023
1 parent 5d143b1 commit 42ee9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amgcl/mpi/amg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down

0 comments on commit 42ee9da

Please sign in to comment.