Configure eo-conf.cmake to enable or disable MPI use.
This commit is contained in:
parent
abc18a653d
commit
2851cad471
2 changed files with 33 additions and 3 deletions
|
|
@ -5,3 +5,10 @@ SET(PROJECT_VERSION_MINOR 3)
|
|||
SET(PROJECT_VERSION_PATCH 0)
|
||||
SET(PROJECT_VERSION_MISC "-edge")
|
||||
|
||||
# If you plan to use MPI, precise here where are the static libraries from
|
||||
# openmpi and boost::mpi.
|
||||
|
||||
SET(WITH_MPI FALSE CACHE BOOL "Use mpi ?" FORCE)
|
||||
SET(MPI_DIR "put root directory of openmpi here" CACHE PATH "OpenMPI directory" FORCE)
|
||||
SET(BOOST_DIR "put root directory of boost here" CACHE PATH "Boost directory" FORCE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue