From 4f0c26c304e87ca5271983bc6dd9bab2354a49fc Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 15 Jul 2022 10:41:42 -0700 Subject: math/combblas: Update 1.6.2 -> 2.0.0 --- ...ipartiteMatchings_ApproxWeightPerfectMatching.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 math/combblas/files/patch-Applications_BipartiteMatchings_ApproxWeightPerfectMatching.h (limited to 'math/combblas/files/patch-Applications_BipartiteMatchings_ApproxWeightPerfectMatching.h') diff --git a/math/combblas/files/patch-Applications_BipartiteMatchings_ApproxWeightPerfectMatching.h b/math/combblas/files/patch-Applications_BipartiteMatchings_ApproxWeightPerfectMatching.h new file mode 100644 index 000000000000..eafeb4939e62 --- /dev/null +++ b/math/combblas/files/patch-Applications_BipartiteMatchings_ApproxWeightPerfectMatching.h @@ -0,0 +1,22 @@ +--- Applications/BipartiteMatchings/ApproxWeightPerfectMatching.h.orig 2022-07-15 16:38:29 UTC ++++ Applications/BipartiteMatchings/ApproxWeightPerfectMatching.h +@@ -12,8 +12,8 @@ + #include "CombBLAS/CombBLAS.h" + #include "BPMaximalMatching.h" + #include "BPMaximumMatching.h" +-#include +-#include ++#include ++//#include + #include + #include + +@@ -563,7 +563,7 @@ std::vector< std::tuple > Phase2(const AW + double tstart = MPI_Wtime(); + + // Step 1: Sort for effecient searching of indices +- __gnu_parallel::sort(recvTuples.begin(), recvTuples.end()); ++ sort(recvTuples.begin(), recvTuples.end()); + std::vector>> tempTuples1 (param.nprocs); + + std::vector sendcnt(param.nprocs,0); // number items to be sent to each processor -- cgit v1.2.3