From: Nicolas CROUZET - SFME/LGLS Date: Tue, 15 Dec 2020 08:31:18 +0000 (+0100) Subject: nouvelle option de compilation pour SOLVERLAB X-Git-Tag: V9_7_0~186 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d84ff18feed6712c5d03b5e108574c2140f6bb13;p=tools%2Fsat_salome.git nouvelle option de compilation pour SOLVERLAB --- diff --git a/products/compil_scripts/SOLVERLAB.sh b/products/compil_scripts/SOLVERLAB.sh index 7988099..d305c4f 100755 --- a/products/compil_scripts/SOLVERLAB.sh +++ b/products/compil_scripts/SOLVERLAB.sh @@ -20,6 +20,7 @@ CMAKE_OPTIONS=$CMAKE_OPTIONS" -DCMAKE_INSTALL_PREFIX=${PRODUCT_INSTALL}" if [ -n "$SAT_HPC" ] then + CMAKE_OPTIONS="${CMAKE_OPTIONS} -DMPI_HOME=${MPI_ROOT_DIR}" CMAKE_OPTIONS="${CMAKE_OPTIONS} -DCMAKE_CXX_COMPILER:STRING=${MPI_ROOT_DIR}/bin/mpic++" CMAKE_OPTIONS="${CMAKE_OPTIONS} -DCMAKE_C_COMPILER:STRING=${MPI_ROOT_DIR}/bin/mpicc" fi