Skip to content

Commit c7db830

Browse files
fix: use MPI_Allreduce during LP refinement
1 parent fc7d617 commit c7db830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kaminpar-mpi/sparse_allreduce.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ constexpr static mpi_allreduce_tag mpi_allreduce;
2929
constexpr static doubling_allreduce_tag doubling_allreduce;
3030

3131
// Used if no other implementation has priority
32-
constexpr static auto default_sparse_allreduce = doubling_allreduce;
32+
constexpr static auto default_sparse_allreduce = mpi_allreduce;
3333
} // namespace tag
3434

3535
template <typename Buffer>

0 commit comments

Comments
 (0)