Open HuiwuZhao opened 3 years ago
We had too many issues with nmslib (python into R), so we switching the an R based package. You may need to delete your current version of FastPG and reinstall if you're getting errors for nmslib.
Thanks. I will try next week. Best regards, Huiwu On Friday, September 3, 2021, 04:12:20 PM EDT, Sara Selitsky @.***> wrote:
We had too many issues with nmslib (python into R), so we switching the an R based package. You may need to delete your current version of FastPG and reinstall if you're getting errors for nmslib.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
Hello, I cannot install the package with BiocManager::install("sararselitsky/FastPG"). I am running under windows 10 with the following R version
R.version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 4
minor 1.0
year 2021
month 05
day 18
svn rev 80317
language R
version.string R version 4.1.0 (2021-05-18)
nickname Camp Pontanezen
The logfile is too long. Here you have an excerpt of the text from the console:
parallelLouvainWithColoring.cpp:226: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoring.cpp:230: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoring.cpp:241: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoring.cpp: In function 'double algoLouvainWithDistOneColoring(graph, long int, int, int, int, double, double, double, int)':
parallelLouvainWithColoring.cpp:56:9: warning: variable 'nT' set but not used [-Wunused-but-set-variable]
int nT;
^~
parallelLouvainWithColoring.cpp:80:13: warning: unused variable 'NS' [-Wunused-variable]
long NS = G->sVertices;
^~
parallelLouvainWithColoring.cpp:81:13: warning: unused variable 'NE' [-Wunused-variable]
long NE = G->numEdges;
^~
parallelLouvainWithColoring.cpp:86:10: warning: unused variable 'totalEdgeWeightTwice' [-Wunused-variable]
long totalEdgeWeightTwice;
^~~~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c parallelLouvainWithColoringNoMap.cpp -o parallelLouvainWithColoringNoMap.o
In file included from coloring.h:5,
from color_comm.h:5,
from parallelLouvainWithColoringNoMap.cpp:44:
coloringUtils.h:66:1: warning: "/" within comment [-Wcomment]
/*** Coloring Functions **
coloringUtils.h:68:1: warning: "/" within comment [-Wcomment] / Basic coloring (unbalanced) in initialColoring.cpp
coloringUtils.h:70:1: warning: "/" within comment [-Wcomment] / Basic coloiring (ab-inital) in initialColoringLU.cpp
coloringUtils.h:73:1: warning: "/" within comment [-Wcomment] / Vertex base redistribution in vBase.cpp
coloringUtils.h:82:1: warning: "/" within comment [-Wcomment] / Color base redistribution in cBase.cpp
parallelLouvainWithColoringNoMap.cpp:57: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:123: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:130: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:139: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:163: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:172: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:200: warning: ignoring #pragma omp atomic [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:202: warning: ignoring #pragma omp atomic [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:204: warning: ignoring #pragma omp atomic [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:206: warning: ignoring #pragma omp atomic [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:219: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:232: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:236: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp:247: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallelLouvainWithColoringNoMap.cpp: In function 'double algoLouvainWithDistOneColoringNoMap(graph, long int, int, int, int, double, double, double, int)':
parallelLouvainWithColoringNoMap.cpp:56:6: warning: variable 'nT' set but not used [-Wunused-but-set-variable]
int nT;
^~
parallelLouvainWithColoringNoMap.cpp:80:10: warning: unused variable 'NS' [-Wunused-variable]
long NS = G->sVertices;
^~
parallelLouvainWithColoringNoMap.cpp:86:7: warning: unused variable 'totalEdgeWeightTwice' [-Wunused-variable]
long totalEdgeWeightTwice;
^~~~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c parallel_jc2.cpp -o parallel_jc2.o
parallel_jc2.cpp: In member function 'virtual void Jce::operator()(std::size_t, std::size_t)':
parallel_jc2.cpp:30:36: warning: comparison of integer expressions of different signedness: 'std::size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
for (std::size_t j = 0; j < ncols; j++) {
^~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c parallel_louvain.cpp -o parallel_louvain.o
In file included from coloring.h:5,
from color_comm.h:5,
from parallel_louvain.cpp:9:
coloringUtils.h:66:1: warning: "/" within comment [-Wcomment]
/*** Coloring Functions **
coloringUtils.h:68:1: warning: "/" within comment [-Wcomment] / Basic coloring (unbalanced) in initialColoring.cpp
coloringUtils.h:70:1: warning: "/" within comment [-Wcomment] / Basic coloiring (ab-inital) in initialColoringLU.cpp
coloringUtils.h:73:1: warning: "/" within comment [-Wcomment] / Vertex base redistribution in vBase.cpp
coloringUtils.h:82:1: warning: "/" within comment [-Wcomment] / Color base redistribution in cBase.cpp
parallel_louvain.cpp:20: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallel_louvain.cpp:136: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallel_louvain.cpp:142: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallel_louvain.cpp:160: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallel_louvain.cpp:165: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallel_louvain.cpp:229: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallel_louvain.cpp:316: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallel_louvain.cpp:340: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
parallel_louvain.cpp: In function 'void parse_SNAP(graph, Rcpp::NumericMatrix, std::unordered_map<long int, long int>&)':
parallel_louvain.cpp:19:7: warning: variable 'nthreads' set but not used [-Wunused-but-set-variable]
int nthreads = 0;
^~~~
parallel_louvain.cpp:30:8: warning: variable 'time1' set but not used [-Wunused-but-set-variable]
double time1, time2;
^~~~~
parallel_louvain.cpp:30:15: warning: variable 'time2' set but not used [-Wunused-but-set-variable]
double time1, time2;
^~~~~
parallel_louvain.cpp: In function 'double find_communities(graph, long int*, int, double, double, int, bool, int, int, int)':
parallel_louvain.cpp:239:8: warning: variable 'time1' set but not used [-Wunused-but-set-variable]
double time1, time2;
^~~~~
parallel_louvain.cpp:239:15: warning: variable 'time2' set but not used [-Wunused-but-set-variable]
double time1, time2;
^~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c reverseCuthillMcKee.cpp -o reverseCuthillMcKee.o
reverseCuthillMcKee.cpp:42: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
reverseCuthillMcKee.cpp:64: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
reverseCuthillMcKee.cpp:77: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
reverseCuthillMcKee.cpp:112: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
reverseCuthillMcKee.cpp:143: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
reverseCuthillMcKee.cpp:271: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
reverseCuthillMcKee.cpp:293: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
reverseCuthillMcKee.cpp:307: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
reverseCuthillMcKee.cpp:344: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
reverseCuthillMcKee.cpp: In function 'void algoReverseCuthillMcKee(graph, long int, int)':
reverseCuthillMcKee.cpp:135:16: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
printf("Connected component : %d \n", nCC);
^~~~~~~~~ ~
reverseCuthillMcKee.cpp:135:16: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
reverseCuthillMcKee.cpp:251:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
printf("Number of connected components : %d \n", nCC);
^~~~~~~~~~~~ ~
reverseCuthillMcKee.cpp:251:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
reverseCuthillMcKee.cpp:41:9: warning: variable 'nT' set but not used [-Wunused-but-set-variable]
int nT;
^~
reverseCuthillMcKee.cpp: In function 'void algoReverseCuthillMcKeeStrict(graph, long int, int)':
reverseCuthillMcKee.cpp:367:16: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
printf("Connected component : %d \n", nCC);
^~~~~~~~~ ~
reverseCuthillMcKee.cpp:367:16: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
reverseCuthillMcKee.cpp:500:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
printf("Number of connected components : %d \n", nCC);
^~~~~~~~~~~~ ~
reverseCuthillMcKee.cpp:500:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
reverseCuthillMcKee.cpp:270:9: warning: variable 'nT' set but not used [-Wunused-but-set-variable]
int nT;
^~
reverseCuthillMcKee.cpp:314:10: warning: unused variable 'howManyAddedLevel' [-Wunused-variable]
long howManyAddedLevel = 0;
^~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c runDirectedMultiPhaseBasic.cpp -o runDirectedMultiPhaseBasic.o
runDirectedMultiPhaseBasic.cpp:69: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runDirectedMultiPhaseBasic.cpp:100: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runDirectedMultiPhaseBasic.cpp:105: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runDirectedMultiPhaseBasic.cpp:137: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runDirectedMultiPhaseBasic.cpp:187: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runDirectedMultiPhaseBasic.cpp:213: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runDirectedMultiPhaseBasic.cpp:237: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runDirectedMultiPhaseBasic.cpp: In function 'void runMultiPhaseBasicDirected(graph, long int, int, long int, double, double, int, int)':
runDirectedMultiPhaseBasic.cpp:151:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Number of threads : %ld\n", numThreads);
^~~~~~~~~~ ~~~~
runDirectedMultiPhaseBasic.cpp:151:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
runDirectedMultiPhaseBasic.cpp:153:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Total number of iterations : %ld\n", totItr);
^~~~~~~~~~ ~~~~
runDirectedMultiPhaseBasic.cpp:153:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
runDirectedMultiPhaseBasic.cpp: In function 'void runMultiPhaseBasicOnceDirected(graph, long int, int, long int, double, double, int, int)':
runDirectedMultiPhaseBasic.cpp:248:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Number of threads : %ld\n", numThreads);
^~~~~~~~~~ ~~~~
runDirectedMultiPhaseBasic.cpp:248:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
runDirectedMultiPhaseBasic.cpp:249:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Total number of iterations : %ld\n", totItr);
^~~~~~~~~~ ~~~~
runDirectedMultiPhaseBasic.cpp:249:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c runMultiPhaseBasic.cpp -o runMultiPhaseBasic.o
runMultiPhaseBasic.cpp:69: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasic.cpp:100: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasic.cpp:105: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasic.cpp:137: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasic.cpp:187: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasic.cpp:213: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasic.cpp:237: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasic.cpp: In function 'void runMultiPhaseBasic(graph, long int, int, long int, double, double, int, int)':
runMultiPhaseBasic.cpp:151:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Number of threads : %ld\n", numThreads);
^~~~~~~~~~ ~~~~
runMultiPhaseBasic.cpp:151:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
runMultiPhaseBasic.cpp:153:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Total number of iterations : %ld\n", totItr);
^~~~~~~~~~ ~~~~
runMultiPhaseBasic.cpp:153:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
runMultiPhaseBasic.cpp: In function 'void runMultiPhaseBasicOnce(graph, long int, int, long int, double, double, int, int)':
runMultiPhaseBasic.cpp:248:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Number of threads : %ld\n", numThreads);
^~~~~~~~~~ ~~~~
runMultiPhaseBasic.cpp:248:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
runMultiPhaseBasic.cpp:249:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Total number of iterations : %ld\n", totItr);
^~~~~~~~~~ ~~~~
runMultiPhaseBasic.cpp:249:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c runMultiPhaseBasicApprox.cpp -o runMultiPhaseBasicApprox.o
runMultiPhaseBasicApprox.cpp:69: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasicApprox.cpp:100: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasicApprox.cpp:105: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasicApprox.cpp:137: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasicApprox.cpp: In function 'void runMultiPhaseBasicApprox(graph, long int, int, long int, double, double, int, int, int)':
runMultiPhaseBasicApprox.cpp:151:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Number of threads : %ld\n", numThreads);
^~~~~~~~~~ ~~~~
runMultiPhaseBasicApprox.cpp:151:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
runMultiPhaseBasicApprox.cpp:153:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Total number of iterations : %ld\n", totItr);
^~~~~~~~~~ ~~~~
runMultiPhaseBasicApprox.cpp:153:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
runMultiPhaseBasicApprox.cpp:59:10: warning: unused variable 'percentange' [-Wunused-variable]
long percentange = 80;
^~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c runMultiPhaseBasicFastTrackResistance.cpp -o runMultiPhaseBasicFastTrackResistance.o
runMultiPhaseBasicFastTrackResistance.cpp:71: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasicFastTrackResistance.cpp:99: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasicFastTrackResistance.cpp:104: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasicFastTrackResistance.cpp:135: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseBasicFastTrackResistance.cpp: In function 'void runMultiPhaseBasicFastTrackResistance(graph, long int, int, long int, double, double, int, int)':
runMultiPhaseBasicFastTrackResistance.cpp:148:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Number of threads : %ld\n", numThreads);
^~~~~~~~~~ ~~~~
runMultiPhaseBasicFastTrackResistance.cpp:148:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
runMultiPhaseBasicFastTrackResistance.cpp:150:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Total number of iterations : %ld\n", totItr);
^~~~~~~~~~ ~~~~
runMultiPhaseBasicFastTrackResistance.cpp:150:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c runMultiPhaseColoring.cpp -o runMultiPhaseColoring.o
In file included from coloring.h:5,
from color_comm.h:5,
from runMultiPhaseColoring.cpp:44:
coloringUtils.h:66:1: warning: "/*" within comment [-Wcomment]
/*** Coloring Functions **
coloringUtils.h:68:1: warning: "/" within comment [-Wcomment] / Basic coloring (unbalanced) in initialColoring.cpp
coloringUtils.h:70:1: warning: "/" within comment [-Wcomment] / Basic coloiring (ab-inital) in initialColoringLU.cpp
coloringUtils.h:73:1: warning: "/" within comment [-Wcomment] / Vertex base redistribution in vBase.cpp
coloringUtils.h:82:1: warning: "/" within comment [-Wcomment] / Color base redistribution in cBase.cpp
runMultiPhaseColoring.cpp:63: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseColoring.cpp:99: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseColoring.cpp:134: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseColoring.cpp:139: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseColoring.cpp:168: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseColoring.cpp:175: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c runMultiPhaseSyncType.cpp -o runMultiPhaseSyncType.o runMultiPhaseSyncType.cpp:69: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseSyncType.cpp:123: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseSyncType.cpp:128: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseSyncType.cpp:160: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
runMultiPhaseSyncType.cpp: In function 'void runMultiPhaseSyncType(graph, long int, int, long int, double, double, int, int)':
runMultiPhaseSyncType.cpp:180:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Number of threads : %ld\n", numThreads);
^~~~~~~~~~ ~~~~
runMultiPhaseSyncType.cpp:180:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
runMultiPhaseSyncType.cpp:182:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
printf("Total number of iterations : %ld\n", totItr);
^~~~~~~~~~ ~~~~
runMultiPhaseSyncType.cpp:182:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=]
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utilityClusterComparisonMetrics.cpp -o utilityClusterComparisonMetrics.o
utilityClusterComparisonMetrics.cpp:52: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:121: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:128: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:135: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:144: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:162: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:169: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:176: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:185: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:198: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:207: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:210: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:232: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:236: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:260: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:357: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:364: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:373: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp:382: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
utilityClusterComparisonMetrics.cpp: In function 'void computeCommunityComparisons(std::vector~~~~~~~~~~~~ ~~~
utilityClusterComparisonMetrics.cpp:112:12: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
utilityClusterComparisonMetrics.cpp:112:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
utilityClusterComparisonMetrics.cpp:112:12: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
utilityClusterComparisonMetrics.cpp: In function 'double computeMerkinMetric(long int, long int, long int, long int)':
utilityClusterComparisonMetrics.cpp:354:41: warning: argument 1 value '18446744073709551612' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
long commAdded1 = (long ) malloc (nC1 * sizeof(long)); assert(commAdded1 != 0);
In file included from C:/rtools40/mingw64/include/c++/8.3.0/cstdlib:75,
from C:/rtools40/mingw64/include/c++/8.3.0/stdlib.h:36,
from defs.h:47,
from utilityClusterComparisonMetrics.cpp:42:
C:/rtools40/mingw64/x86_64-w64-mingw32/include/stdlib.h:457:17: note: in a call to allocation function 'void* malloc(size_t)' declared here
void *__cdecl malloc(size_t _Size);
^~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utilityClusteringFunctions.cpp -o utilityClusteringFunctions.o
utilityClusteringFunctions.cpp:49: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilityClusteringFunctions.cpp:58: warning: ignoring #pragma omp atomic [-Wunknown-pragmas]
#pragma omp atomic update
utilityClusteringFunctions.cpp:60: warning: ignoring #pragma omp atomic [-Wunknown-pragmas]
#pragma omp atomic update
utilityClusteringFunctions.cpp:62: warning: ignoring #pragma omp atomic [-Wunknown-pragmas]
#pragma omp atomic update
utilityClusteringFunctions.cpp:64: warning: ignoring #pragma omp atomic [-Wunknown-pragmas]
#pragma omp atomic update
utilityClusteringFunctions.cpp:70: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilityClusteringFunctions.cpp:86: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for reduction(+:totalEdgeWeightTwice)
utilityClusteringFunctions.cpp:94: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilityClusteringFunctions.cpp:107: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilityClusteringFunctions.cpp: In function 'double buildLocalMapCounterNoMap(long int, mapElement*, long int*, edge*, long int*, long int&)':
utilityClusteringFunctions.cpp:198:10: warning: unused variable 'storedAlready' [-Wunused-variable]
long storedAlready = 0;
^~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utilityDataStructures.cpp -o utilityDataStructures.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utilityFunctions.cpp -o utilityFunctions.o
utilityFunctions.cpp:49: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel
utilityFunctions.cpp:67: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel
utilityFunctions.cpp:70: warning: ignoring #pragma omp for [-Wunknown-pragmas]
#pragma omp for schedule(static)
utilityFunctions.cpp:108: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilityFunctions.cpp:116: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilityFunctions.cpp:315: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel
utilityFunctions.cpp:332: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilityFunctions.cpp:361: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilityFunctions.cpp:369: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilityFunctions.cpp:576: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilityFunctions.cpp:583: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilityFunctions.cpp:599: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilityFunctions.cpp: In function 'void generateRandomNumbers(double*, long int)':
utilityFunctions.cpp:61:10: warning: unused variable 'block' [-Wunused-variable]
long block = size / nT;
^~~~~
utilityFunctions.cpp:66:12: warning: unused variable 'start' [-Wunused-variable]
double start = omp_get_wtime();
^~~~~
utilityFunctions.cpp: In function 'void duplicateGivenGraph(graph*, graph*)':
utilityFunctions.cpp:105:12: warning: unused variable 'time1' [-Wunused-variable]
double time1 = omp_get_wtime();
^~~~~
utilityFunctions.cpp:126:12: warning: unused variable 'time2' [-Wunused-variable]
double time2 = omp_get_wtime();
^~~~~
utilityFunctions.cpp: In function 'graph* convertDirected2Undirected(graph*)':
utilityFunctions.cpp:314:9: warning: variable 'nthreads' set but not used [-Wunused-but-set-variable]
int nthreads;
^~~~~~~~
utilityFunctions.cpp:320:12: warning: unused variable 'time1' [-Wunused-variable]
double time1=0, time2=0, totalTime=0;
^~~~~
utilityFunctions.cpp:320:21: warning: unused variable 'time2' [-Wunused-variable]
double time1=0, time2=0, totalTime=0;
^~~~~
utilityFunctions.cpp:320:30: warning: unused variable 'totalTime' [-Wunused-variable]
double time1=0, time2=0, totalTime=0;
^~~~~~~~~
utilityFunctions.cpp: In function 'long int removeEdges(long int, long int, edge*)':
utilityFunctions.cpp:436:26: warning: unused variable 'newId' [-Wunused-variable]
long newId = NGE;
^~~~~
utilityFunctions.cpp: In function 'void buildOld2NewMap(long int, long int*, long int*)':
utilityFunctions.cpp:568:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
printf("Number of unique communities in C= %d\n", nC);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
utilityFunctions.cpp:568:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
utilityFunctions.cpp:573:40: warning: argument 1 value '18446744073709551612' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
long * commAdded = (long *) malloc (nC * sizeof(long)); assert(commAdded != 0);
~~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from C:/rtools40/mingw64/include/c++/8.3.0/cstdlib:75,
from C:/rtools40/mingw64/include/c++/8.3.0/stdlib.h:36,
from defs.h:47,
from utilityFunctions.cpp:42:
C:/rtools40/mingw64/x86_64-w64-mingw32/include/stdlib.h:457:17: note: in a call to allocation function 'void* malloc(size_t)' declared here
void *__cdecl malloc(size_t _Size);
^~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utilitySparsificationFunctions.cpp -o utilitySparsificationFunctions.o
utilitySparsificationFunctions.cpp:138: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilitySparsificationFunctions.cpp:176: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
utilitySparsificationFunctions.cpp: In function 'void SortNeighborListUsingInsertionAndMergeSort(graph*)':
utilitySparsificationFunctions.cpp:129:12: warning: variable 'time1' set but not used [-Wunused-but-set-variable]
double time1=0, time2=0;
^~~~~
utilitySparsificationFunctions.cpp:129:21: warning: unused variable 'time2' [-Wunused-variable]
double time1=0, time2=0;
^~~~~
utilitySparsificationFunctions.cpp:137:13: warning: unused variable 'simWeights' [-Wunused-variable]
double* simWeights = (double*) malloc (2*NEdge*sizeof(double)); assert(simWeights != 0);
^~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vBase.cpp -o vBase.o
In file included from vBase.cpp:1:
coloringUtils.h:66:1: warning: "/*" within comment [-Wcomment]
/******* Coloring Functions ******
coloringUtils.h:68:1: warning: "/*" within comment [-Wcomment]
/* Basic coloring (unbalanced) in initialColoring.cpp
coloringUtils.h:70:1: warning: "/*" within comment [-Wcomment]
/* Basic coloiring (ab-inital) in initialColoringLU.cpp
coloringUtils.h:73:1: warning: "/*" within comment [-Wcomment]
/* Vertex base redistribution in vBase.cpp
coloringUtils.h:82:1: warning: "/*" within comment [-Wcomment]
/* Color base redistribution in cBase.cpp
vBase.cpp:39: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vBase.cpp:48: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vBase.cpp:57: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for reduction(max: realMaxDegree)
vBase.cpp:82: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vBase.cpp:94: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vBase.cpp:130: warning: ignoring #pragma omp atomic [-Wunknown-pragmas]
#pragma omp atomic update
vBase.cpp:133: warning: ignoring #pragma omp atomic [-Wunknown-pragmas]
#pragma omp atomic update
vBase.cpp:142: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vBase.cpp: In function 'int vBaseRedistribution(graph*, int*, int, int)':
vBase.cpp:83:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
for(size_t ci = 0U; ci <ncolors; ci++)
~~~^~~~~~~~
vBase.cpp:97:8: warning: variable 'maxColor' set but not used [-Wunused-but-set-variable]
int maxColor = 0;
^~~~~~~~
vBase.cpp:108:8: warning: unused variable 'permissable' [-Wunused-variable]
int permissable = 0;
^~~~~~~~~~~
vBase.cpp:12:10: warning: variable 'time1' set but not used [-Wunused-but-set-variable]
double time1=0, time2=0, totalTime=0;
^~~~~
vBase.cpp:17:9: warning: unused variable 'verInd' [-Wunused-variable]
edge *verInd = G->edgeList; //Vertex Index: destination id of an edge (src -> dest)
^~~~~~
vBase.cpp:74:28: warning: control reaches end of non-void function [-Wreturn-type]
ColorVector freq(ncolors,0);
^
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"C:/R/R-41~1.0/include" -DNDEBUG -I'C:/R/R-4.1.0/library/Rcpp/include' -I'C:/R/R-4.1.0/library/RcppParallel/include' -I'C:/R/R-4.1.0/library/BH/include' -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vertexFollowing.cpp -o vertexFollowing.o
vertexFollowing.cpp:54: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for //Parallelize on the outer most loop
vertexFollowing.cpp:60: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vertexFollowing.cpp:93: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel
vertexFollowing.cpp:122: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vertexFollowing.cpp:128: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vertexFollowing.cpp:135: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vertexFollowing.cpp:145: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vertexFollowing.cpp:202: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vertexFollowing.cpp:207: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vertexFollowing.cpp:246: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vertexFollowing.cpp:251: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
#pragma omp parallel for
vertexFollowing.cpp: In function 'double buildNewGraphVF(graph*, graph*, long int*, long int)':
vertexFollowing.cpp:92:7: warning: variable 'nT' set but not used [-Wunused-but-set-variable]
int nT;
^~
vertexFollowing.cpp:103:10: warning: unused variable 'total' [-Wunused-variable]
double total = 0, totItr = 0;
^~~~~
vertexFollowing.cpp:103:21: warning: unused variable 'totItr' [-Wunused-variable]
double total = 0, totItr = 0;
^~~~~~
vertexFollowing.cpp:106:11: warning: unused variable 'NE_in' [-Wunused-variable]
long NE_in = Gin->numEdges;
^~~~~
C:/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o FastPG.dll tmp.def RcppExports.o RngStream.o buildNextPhase.o coloringDistanceOne.o coloringMultiHashMaxMin.o coloringUtils.o dedup_links.o equitableColoringDistanceOne.o fullSyncUtility.o init.o parallelDirectedLouvainMethod.o parallelLouvainMethod.o parallelLouvainMethodApprox-2.o parallelLouvainMethodApprox.o parallelLouvainMethodEarlyTerminate.o parallelLouvainMethodFastTrackResistance.o parallelLouvainMethodFullSync.o parallelLouvainMethodFullSyncEarly.o parallelLouvainMethodInitialized.o parallelLouvainMethodNoMap.o parallelLouvainMethodNoMapFastTrackResistance.o parallelLouvainMethodScale.o parallelLouvainMethodScaleFastTrackResistance.o parallelLouvainWithColoring.o parallelLouvainWithColoringNoMap.o parallel_jc2.o parallel_louvain.o reverseCuthillMcKee.o runDirectedMultiPhaseBasic.o runMultiPhaseBasic.o runMultiPhaseBasicApprox.o runMultiPhaseBasicFastTrackResistance.o runMultiPhaseColoring.o runMultiPhaseSyncType.o utilityClusterComparisonMetrics.o utilityClusteringFunctions.o utilityDataStructures.o utilityFunctions.o utilitySparsificationFunctions.o vBase.o vertexFollowing.o -LC:/R/R-4.1.0/library/RcppParallel/lib/x64 -ltbb -ltbbmalloc -LC:/R/R-41~1.0/bin/x64 -lR
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0x9a7): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0xab1): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0xcd2): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0xcd7): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0xcf4): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0xe4d): undefined reference to `omp_init_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0xe57): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0xe6c): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0xf22): undefined reference to `omp_set_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0x1019): undefined reference to `omp_unset_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0x109f): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0x10a8): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0x11c5): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0x1258): undefined reference to `omp_destroy_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0x12c9): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0x12e0): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0x12f5): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0x1315): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0x131e): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: buildNextPhase.o:buildNextPhase.cpp:(.text+0x134d): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x4e): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x53): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x144): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x255): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x262): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x337): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x371): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x382): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x52a): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x59e): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x5a3): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x6b5): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x80a): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x827): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x86a): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x8a1): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0x8b2): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringDistanceOne.o:coloringDistanceOne.cpp:(.text+0xa22): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringMultiHashMaxMin.o:coloringMultiHashMaxMin.cpp:(.text+0x100): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringMultiHashMaxMin.o:coloringMultiHashMaxMin.cpp:(.text+0x105): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringMultiHashMaxMin.o:coloringMultiHashMaxMin.cpp:(.text+0x154): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringMultiHashMaxMin.o:coloringMultiHashMaxMin.cpp:(.text+0x20f): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringMultiHashMaxMin.o:coloringMultiHashMaxMin.cpp:(.text+0x2d2): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringMultiHashMaxMin.o:coloringMultiHashMaxMin.cpp:(.text+0x410): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringMultiHashMaxMin.o:coloringMultiHashMaxMin.cpp:(.text+0x679): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringUtils.o:coloringUtils.cpp:(.text+0x2d): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: coloringUtils.o:coloringUtils.cpp:(.text+0x34): undefined reference to `omp_get_thread_num'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: equitableColoringDistanceOne.o:equitableColoringDistanceOne.cpp:(.text+0x1d9): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: equitableColoringDistanceOne.o:equitableColoringDistanceOne.cpp:(.text+0x21b): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: equitableColoringDistanceOne.o:equitableColoringDistanceOne.cpp:(.text+0x37e): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: equitableColoringDistanceOne.o:equitableColoringDistanceOne.cpp:(.text+0x3b7): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: equitableColoringDistanceOne.o:equitableColoringDistanceOne.cpp:(.text+0x54e): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: equitableColoringDistanceOne.o:equitableColoringDistanceOne.cpp:(.text+0x697): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: equitableColoringDistanceOne.o:equitableColoringDistanceOne.cpp:(.text+0x6c9): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: fullSyncUtility.o:fullSyncUtility.cpp:(.text+0x24d): undefined reference to `omp_unset_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: fullSyncUtility.o:fullSyncUtility.cpp:(.text+0x2ec): undefined reference to `omp_unset_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: fullSyncUtility.o:fullSyncUtility.cpp:(.text+0x4be): undefined reference to `omp_set_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: fullSyncUtility.o:fullSyncUtility.cpp:(.text+0x72f): undefined reference to `omp_set_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelDirectedLouvainMethod.o:parallelDirectedLouvainMethod.cpp:(.text+0xa9): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelDirectedLouvainMethod.o:parallelDirectedLouvainMethod.cpp:(.text+0xae): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelDirectedLouvainMethod.o:parallelDirectedLouvainMethod.cpp:(.text+0xfb): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelDirectedLouvainMethod.o:parallelDirectedLouvainMethod.cpp:(.text+0x1f2): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelDirectedLouvainMethod.o:parallelDirectedLouvainMethod.cpp:(.text+0x2a9): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelDirectedLouvainMethod.o:parallelDirectedLouvainMethod.cpp:(.text+0x5f1): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelDirectedLouvainMethod.o:parallelDirectedLouvainMethod.cpp:(.text+0x604): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelDirectedLouvainMethod.o:parallelDirectedLouvainMethod.cpp:(.text+0x643): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelDirectedLouvainMethod.o:parallelDirectedLouvainMethod.cpp:(.text+0x938): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethod.o:parallelLouvainMethod.cpp:(.text+0xa9): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethod.o:parallelLouvainMethod.cpp:(.text+0xae): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethod.o:parallelLouvainMethod.cpp:(.text+0xf1): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethod.o:parallelLouvainMethod.cpp:(.text+0x196): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethod.o:parallelLouvainMethod.cpp:(.text+0x24d): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethod.o:parallelLouvainMethod.cpp:(.text+0x5a1): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethod.o:parallelLouvainMethod.cpp:(.text+0x5b4): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethod.o:parallelLouvainMethod.cpp:(.text+0x5f3): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethod.o:parallelLouvainMethod.cpp:(.text+0x8c8): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox-2.o:parallelLouvainMethodApprox-2.cpp:(.text+0xa9): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox-2.o:parallelLouvainMethodApprox-2.cpp:(.text+0xae): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox-2.o:parallelLouvainMethodApprox-2.cpp:(.text+0xfa): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox-2.o:parallelLouvainMethodApprox-2.cpp:(.text+0x1bc): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox-2.o:parallelLouvainMethodApprox-2.cpp:(.text+0x259): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox-2.o:parallelLouvainMethodApprox-2.cpp:(.text+0x575): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox-2.o:parallelLouvainMethodApprox-2.cpp:(.text+0x588): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox-2.o:parallelLouvainMethodApprox-2.cpp:(.text+0x5d0): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox-2.o:parallelLouvainMethodApprox-2.cpp:(.text+0x8ed): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox.o:parallelLouvainMethodApprox.cpp:(.text+0xa9): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox.o:parallelLouvainMethodApprox.cpp:(.text+0xae): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox.o:parallelLouvainMethodApprox.cpp:(.text+0xe9): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox.o:parallelLouvainMethodApprox.cpp:(.text+0x200): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox.o:parallelLouvainMethodApprox.cpp:(.text+0x2ba): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox.o:parallelLouvainMethodApprox.cpp:(.text+0x676): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox.o:parallelLouvainMethodApprox.cpp:(.text+0x689): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox.o:parallelLouvainMethodApprox.cpp:(.text+0x6c5): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodApprox.o:parallelLouvainMethodApprox.cpp:(.text+0x9aa): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodEarlyTerminate.o:parallelLouvainMethodEarlyTerminate.cpp:(.text+0xa9): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodEarlyTerminate.o:parallelLouvainMethodEarlyTerminate.cpp:(.text+0xae): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodEarlyTerminate.o:parallelLouvainMethodEarlyTerminate.cpp:(.text+0xd2): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodEarlyTerminate.o:parallelLouvainMethodEarlyTerminate.cpp:(.text+0x20d): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodEarlyTerminate.o:parallelLouvainMethodEarlyTerminate.cpp:(.text+0x2b9): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodEarlyTerminate.o:parallelLouvainMethodEarlyTerminate.cpp:(.text+0x4f7): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodEarlyTerminate.o:parallelLouvainMethodEarlyTerminate.cpp:(.text+0x500): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodEarlyTerminate.o:parallelLouvainMethodEarlyTerminate.cpp:(.text+0x540): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodEarlyTerminate.o:parallelLouvainMethodEarlyTerminate.cpp:(.text+0x7c8): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFastTrackResistance.o:parallelLouvainMethodFastTrackResistance.cpp:(.text+0xa9): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFastTrackResistance.o:parallelLouvainMethodFastTrackResistance.cpp:(.text+0xae): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFastTrackResistance.o:parallelLouvainMethodFastTrackResistance.cpp:(.text+0xfe): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFastTrackResistance.o:parallelLouvainMethodFastTrackResistance.cpp:(.text+0x1ae): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFastTrackResistance.o:parallelLouvainMethodFastTrackResistance.cpp:(.text+0x261): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFastTrackResistance.o:parallelLouvainMethodFastTrackResistance.cpp:(.text+0x5c1): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFastTrackResistance.o:parallelLouvainMethodFastTrackResistance.cpp:(.text+0x5d5): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFastTrackResistance.o:parallelLouvainMethodFastTrackResistance.cpp:(.text+0x63d): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFastTrackResistance.o:parallelLouvainMethodFastTrackResistance.cpp:(.text+0xab3): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0xa5): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0xaa): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0xe2): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0x18a): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0x1d8): undefined reference to `omp_init_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0x1e4): undefined reference to `omp_init_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0x269): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0x40f): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0x418): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0x4f2): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0x654): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0x66c): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSync.o:parallelLouvainMethodFullSync.cpp:(.text+0x680): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0xa5): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0xaa): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0xde): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0x1fd): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0x238): undefined reference to `omp_init_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0x244): undefined reference to `omp_init_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0x2d9): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0x4c3): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0x4cc): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0x5a2): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0x73a): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0x750): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0x76f): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodFullSyncEarly.o:parallelLouvainMethodFullSyncEarly.cpp:(.text+0x779): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodInitialized.o:parallelLouvainMethodInitialized.cpp:(.text+0xa9): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodInitialized.o:parallelLouvainMethodInitialized.cpp:(.text+0xae): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodInitialized.o:parallelLouvainMethodInitialized.cpp:(.text+0xec): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodInitialized.o:parallelLouvainMethodInitialized.cpp:(.text+0x1ba): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodInitialized.o:parallelLouvainMethodInitialized.cpp:(.text+0x27d): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodInitialized.o:parallelLouvainMethodInitialized.cpp:(.text+0x5d1): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodInitialized.o:parallelLouvainMethodInitialized.cpp:(.text+0x5e4): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodInitialized.o:parallelLouvainMethodInitialized.cpp:(.text+0x623): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodInitialized.o:parallelLouvainMethodInitialized.cpp:(.text+0x8f8): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMap.o:parallelLouvainMethodNoMap.cpp:(.text+0x98): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMap.o:parallelLouvainMethodNoMap.cpp:(.text+0x9d): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMap.o:parallelLouvainMethodNoMap.cpp:(.text+0xcc): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMap.o:parallelLouvainMethodNoMap.cpp:(.text+0x1aa): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMap.o:parallelLouvainMethodNoMap.cpp:(.text+0x229): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMap.o:parallelLouvainMethodNoMap.cpp:(.text+0x3cc): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMap.o:parallelLouvainMethodNoMap.cpp:(.text+0x3d5): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMap.o:parallelLouvainMethodNoMap.cpp:(.text+0x412): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMap.o:parallelLouvainMethodNoMap.cpp:(.text+0x618): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMapFastTrackResistance.o:parallelLouvainMethodNoMapFastTrackResistance.cpp:(.text+0xa9): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMapFastTrackResistance.o:parallelLouvainMethodNoMapFastTrackResistance.cpp:(.text+0xae): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMapFastTrackResistance.o:parallelLouvainMethodNoMapFastTrackResistance.cpp:(.text+0x100): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMapFastTrackResistance.o:parallelLouvainMethodNoMapFastTrackResistance.cpp:(.text+0x1e0): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMapFastTrackResistance.o:parallelLouvainMethodNoMapFastTrackResistance.cpp:(.text+0x2a1): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMapFastTrackResistance.o:parallelLouvainMethodNoMapFastTrackResistance.cpp:(.text+0x445): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMapFastTrackResistance.o:parallelLouvainMethodNoMapFastTrackResistance.cpp:(.text+0x44f): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMapFastTrackResistance.o:parallelLouvainMethodNoMapFastTrackResistance.cpp:(.text+0x4b8): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodNoMapFastTrackResistance.o:parallelLouvainMethodNoMapFastTrackResistance.cpp:(.text+0x8e6): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0xa5): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0xaa): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0xea): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0x275): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0x36c): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0x406): undefined reference to `omp_get_thread_num'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0x861): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0x875): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0x8b2): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0xc37): undefined reference to `omp_get_thread_num'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0xc3c): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0xc50): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0xc5f): undefined reference to `omp_get_thread_num'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScale.o:parallelLouvainMethodScale.cpp:(.text+0xc78): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0xa5): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0xaa): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0xeb): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0x214): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0x30b): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0x3a6): undefined reference to `omp_get_thread_num'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0x821): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0x82f): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0x8ab): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0xb30): undefined reference to `omp_get_thread_num'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0xb53): undefined reference to `omp_get_thread_num'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0xb58): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0xb67): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainMethodScaleFastTrackResistance.o:parallelLouvainMethodScaleFastTrackResistance.cpp:(.text+0xdf8): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoring.o:parallelLouvainWithColoring.cpp:(.text+0xa5): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoring.o:parallelLouvainWithColoring.cpp:(.text+0xaa): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoring.o:parallelLouvainWithColoring.cpp:(.text+0xd9): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoring.o:parallelLouvainWithColoring.cpp:(.text+0x2cd): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoring.o:parallelLouvainWithColoring.cpp:(.text+0x349): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoring.o:parallelLouvainWithColoring.cpp:(.text+0x70f): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoring.o:parallelLouvainWithColoring.cpp:(.text+0x719): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoring.o:parallelLouvainWithColoring.cpp:(.text+0x875): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoring.o:parallelLouvainWithColoring.cpp:(.text+0x9bb): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoringNoMap.o:parallelLouvainWithColoringNoMap.cpp:(.text+0xa5): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoringNoMap.o:parallelLouvainWithColoringNoMap.cpp:(.text+0xaa): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoringNoMap.o:parallelLouvainWithColoringNoMap.cpp:(.text+0xce): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoringNoMap.o:parallelLouvainWithColoringNoMap.cpp:(.text+0x2ce): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoringNoMap.o:parallelLouvainWithColoringNoMap.cpp:(.text+0x339): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoringNoMap.o:parallelLouvainWithColoringNoMap.cpp:(.text+0x572): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoringNoMap.o:parallelLouvainWithColoringNoMap.cpp:(.text+0x57c): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoringNoMap.o:parallelLouvainWithColoringNoMap.cpp:(.text+0x685): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallelLouvainWithColoringNoMap.o:parallelLouvainWithColoringNoMap.cpp:(.text+0x7d1): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallel_louvain.o:parallel_louvain.cpp:(.text+0x149): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallel_louvain.o:parallel_louvain.cpp:(.text+0x158): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallel_louvain.o:parallel_louvain.cpp:(.text+0x2ce): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallel_louvain.o:parallel_louvain.cpp:(.text+0x2de): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallel_louvain.o:parallel_louvain.cpp:(.text+0x481): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallel_louvain.o:parallel_louvain.cpp:(.text+0x640): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallel_louvain.o:parallel_louvain.cpp:(.text+0x645): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallel_louvain.o:parallel_louvain.cpp:(.text+0x66f): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallel_louvain.o:parallel_louvain.cpp:(.text+0x690): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallel_louvain.o:parallel_louvain.cpp:(.text+0x70f): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: parallel_louvain.o:parallel_louvain.cpp:(.text+0x714): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0x67): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0x6c): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0xa2): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0x1f3): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0x339): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0x3f3): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0x616): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0x734): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0x7e7): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0x7ec): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0x827): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0x9ae): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0xb1c): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0xccf): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0xefb): undefined reference to `omp_set_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: reverseCuthillMcKee.o:reverseCuthillMcKee.cpp:(.text+0x1026): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilityClusterComparisonMetrics.o:utilityClusterComparisonMetrics.cpp:(.text+0x409): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilityClusterComparisonMetrics.o:utilityClusterComparisonMetrics.cpp:(.text+0x4a3): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilityClusterComparisonMetrics.o:utilityClusterComparisonMetrics.cpp:(.text+0x5f6): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilityClusterComparisonMetrics.o:utilityClusterComparisonMetrics.cpp:(.text+0xb99): undefined reference to `omp_get_thread_num'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilityClusterComparisonMetrics.o:utilityClusterComparisonMetrics.cpp:(.text+0xc53): undefined reference to `omp_get_thread_num'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilityFunctions.o:utilityFunctions.cpp:(.text+0x30): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilityFunctions.o:utilityFunctions.cpp:(.text+0xbd): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilityFunctions.o:utilityFunctions.cpp:(.text+0xc2): undefined reference to `omp_get_thread_num'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilityFunctions.o:utilityFunctions.cpp:(.text+0x2e5): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilityFunctions.o:utilityFunctions.cpp:(.text+0x3a4): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilityFunctions.o:utilityFunctions.cpp:(.text+0xe00): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilitySparsificationFunctions.o:utilitySparsificationFunctions.cpp:(.text+0x2c6): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilitySparsificationFunctions.o:utilitySparsificationFunctions.cpp:(.text+0x415): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: utilitySparsificationFunctions.o:utilitySparsificationFunctions.cpp:(.text+0x57a): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vBase.o:vBase.cpp:(.text+0x3c3): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vBase.o:vBase.cpp:(.text+0x611): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vBase.o:vBase.cpp:(.text+0x66a): more undefined references to `omp_get_wtime' follow
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x113): undefined reference to `omp_get_num_threads'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x130): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x23a): undefined reference to `omp_init_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x244): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x259): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x323): undefined reference to `omp_set_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x44e): undefined reference to `omp_unset_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x4b4): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x4bd): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x5e6): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x678): undefined reference to `omp_destroy_lock'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x6ed): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x702): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x722): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x72b): undefined reference to `omp_get_wtime'
C:/rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: vertexFollowing.o:vertexFollowing.cpp:(.text+0x75c): undefined reference to `omp_get_wtime'
collect2.exe: error: ld returned 1 exit status
no DLL was created
ERROR: compilation failed for package 'FastPG'
* removing 'C:/R/R-4.1.0/library/FastPG'
Warning message:
In i.p(...) :
installation of package ‘C:/Users/abbat/AppData/Local/Temp/Rtmpym2DeQ/file3d3044288/FastPG_0.0.7.tar.gz’ had non-zero exit status
I failed to install FastPG using "Local install" method. I am wondering where to find the guideline to configure Python and install nmslib. I could not find it in the Readme.