X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fcompil_scripts%2Fhdf5-1.10.3.sh;h=4ff1be05fcc4b5e33f78e817db9a808fd43f577b;hb=d029edb73d945a9f1f56ba104f57ad5b16ea56d1;hp=a53a0c003751c77382328bf43e82e4d6f672e82a;hpb=81312c5ebcba0f4e03e4dfe58ce54efd706dc40b;p=tools%2Fsat_salome.git diff --git a/products/compil_scripts/hdf5-1.10.3.sh b/products/compil_scripts/hdf5-1.10.3.sh index a53a0c0..4ff1be0 100755 --- a/products/compil_scripts/hdf5-1.10.3.sh +++ b/products/compil_scripts/hdf5-1.10.3.sh @@ -19,6 +19,8 @@ CMAKE_OPTIONS+=" -DHDF5_BUILD_HL_LIB:BOOL=ON" if [ -n "$SAT_HPC" ] then + CMAKE_OPTIONS+=" -DCMAKE_CXX_COMPILER:STRING=${MPI_CXX_COMPILER}" + CMAKE_OPTIONS+=" -DCMAKE_C_COMPILER:STRING=${MPI_C_COMPILER}" CMAKE_OPTIONS+=" -DHDF5_ENABLE_PARALLEL:BOOL=ON" CMAKE_OPTIONS+=" -DHDF5_BUILD_CPP_LIB:BOOL=ON" CMAKE_OPTIONS+=" -DHDF5_BUILD_TOOLS:BOOL=ON"