GraphMat icon indicating copy to clipboard operation
GraphMat copied to clipboard

compile error with gcc + MPICH

Open wyfSunflower opened this issue 2 years ago • 1 comments

make MPICXX=mpic++ CXX=g++ mpic++ -cxx=g++ -fopenmp --std=c++11 -I/usr/include/mpi/ -I./include -I./include/GMDP -O3 -flto -fwhole-program -march=native -o bin/BFS src/BFS.cpp -lboost_serialization g++: error: unrecognized command-line option ‘-cxx=g++’ make: *** [Makefile:54: bin/BFS] Error 1

wyfSunflower avatar Jul 21 '23 09:07 wyfSunflower