Skip to content

Commit

Permalink
fix: use MPI_Allreduce during LP
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier committed Mar 28, 2024
1 parent a9e4b1f commit 23c679c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaminpar-mpi/sparse_allreduce.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ constexpr static mpi_allreduce_tag mpi_allreduce;
constexpr static doubling_allreduce_tag doubling_allreduce;

// Used if no other implementation has priority
constexpr static auto default_sparse_allreduce = doubling_allreduce;
constexpr static auto default_sparse_allreduce = mpi_allreduce; //doubling_allreduce;
} // namespace tag

template <typename Buffer>
Expand Down

0 comments on commit 23c679c

Please sign in to comment.