1. Modify line 4 of CMakelists.txt from
set(GKLIB_PATH "GKlib" CACHE PATH "path to GKlib")
to
set(GKLIB_PATH "
2. Add a line "include( findMPI )" in front of "include_directories(${MPI_INCLUDE_PATH})" inside CMAKElistx.txt
For those who use MSMPI, you should be include <_mingw.h> in mpi.h of MSMPI. Otherwise there should be undefined data type errors.
3. Do above modification 2,3 for metis compile.
没有评论:
发表评论