403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/math/combblas/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/math/combblas/files/patch-Applications_BipartiteMatchings_ApproxWeightPerfectMatching.h
--- 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 <parallel/algorithm>
-#include <parallel/numeric>
+#include <algorithm>
+//#include <parallel/numeric>
 #include <memory>
 #include <limits>
 
@@ -563,7 +563,7 @@ std::vector< std::tuple<IT,IT,IT,NT> > 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<std::vector<std::tuple<IT,IT, IT, NT>>> tempTuples1 (param.nprocs);
     
     std::vector<int> sendcnt(param.nprocs,0); // number items to be sent to each processor

Youez - 2016 - github.com/yon3zu
LinuXploit