X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fcompil_scripts%2FParaView-5.1-820-offscreen_rendering.sh;h=300de9c206f729f77dd2285656a88442b2798fcc;hb=da8fea810bcb823c944530a4f41c48f23c0c6ae3;hp=56737efd551707555016258cb9d2e1aa9158fd46;hpb=dc1a479a1df39203fe04f79391f018b112952009;p=tools%2Fsat_salome.git diff --git a/products/compil_scripts/ParaView-5.1-820-offscreen_rendering.sh b/products/compil_scripts/ParaView-5.1-820-offscreen_rendering.sh index 56737ef..300de9c 100755 --- a/products/compil_scripts/ParaView-5.1-820-offscreen_rendering.sh +++ b/products/compil_scripts/ParaView-5.1-820-offscreen_rendering.sh @@ -36,8 +36,8 @@ CMAKE_OPTIONS+=" -DBUILD_TESTING:BOOL=OFF" if [ -n "$SAT_HPC" ] then CMAKE_OPTIONS+=" -DPARAVIEW_USE_MPI:BOOL=ON" - CMAKE_OPTIONS+=" -DCMAKE_CXX_COMPILER:STRING=${MPI_ROOT_DIR}/bin/mpic++" - CMAKE_OPTIONS+=" -DCMAKE_C_COMPILER:STRING=${MPI_ROOT_DIR}/bin/mpicc" + CMAKE_OPTIONS+=" -DCMAKE_CXX_COMPILER:STRING=${MPI_CXX_COMPILER}" + CMAKE_OPTIONS+=" -DCMAKE_C_COMPILER:STRING=${MPI_C_COMPILER}" else CMAKE_OPTIONS+=" -DPARAVIEW_USE_MPI:BOOL=OFF" CMAKE_OPTIONS+=" -DCMAKE_CXX_COMPILER:STRING=`which g++`"