--- 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