We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7d617 commit c7db830Copy full SHA for c7db830
1 file changed
kaminpar-mpi/sparse_allreduce.h
@@ -29,7 +29,7 @@ constexpr static mpi_allreduce_tag mpi_allreduce;
29
constexpr static doubling_allreduce_tag doubling_allreduce;
30
31
// Used if no other implementation has priority
32
-constexpr static auto default_sparse_allreduce = doubling_allreduce;
+constexpr static auto default_sparse_allreduce = mpi_allreduce;
33
} // namespace tag
34
35
template <typename Buffer>
0 commit comments