Configure eo-conf.cmake to enable or disable MPI use.

This commit is contained in:
Benjamin Bouvier 2012-06-15 17:07:29 +02:00
commit 2851cad471
2 changed files with 33 additions and 3 deletions

View file

@ -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)