From 23c679c514f84a9ce907fba0f8eb9349ec32413a Mon Sep 17 00:00:00 2001 From: Daniel Seemaier Date: Thu, 28 Mar 2024 14:52:18 +0100 Subject: [PATCH] fix: use MPI_Allreduce during LP --- kaminpar-mpi/sparse_allreduce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaminpar-mpi/sparse_allreduce.h b/kaminpar-mpi/sparse_allreduce.h index 8c913fd4..25b723d5 100644 --- a/kaminpar-mpi/sparse_allreduce.h +++ b/kaminpar-mpi/sparse_allreduce.h @@ -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