mpc : 'native'
gmp : 'native'
mpfr : 'native'
- gdal : {tag : '2.4.0', hpc : 'yes'}
- gmsh : '4.10.3'
+ gdal : {tag : '2.4.0', hpc : 'yes'}
+ gmsh : {tag : '4.10.3', section : 'version_4_10_3_MPI', hpc : 'yes', base : 'no'}
graphviz : '2.38.0'
hdf5 : {tag : '1.10.3', hpc : 'yes'}
idna : '2.7'
mpc : 'native'
gmp : 'native'
mpfr : 'native'
- gdal : {tag : '2.4.0', hpc : 'yes'}
- gmsh : '4.10.3'
+ gdal : {tag : '2.4.0', hpc : 'yes'}
+ gmsh : {tag : '4.10.3', section : 'version_4_10_3_MPI', hpc : 'yes', base : 'no'}
graphviz : '2.38.0'
hdf5 : {tag : '1.10.3', hpc : 'yes'}
idna : '2.7'
then
CMAKE_OPTIONS="${CMAKE_OPTIONS} -DENABLE_MMG3D=OFF" # removed anyhow in GMS 4.6
fi
+if [ -n "$SAT_HPC" ]
+then
+ if [ -n "$MPI_ROOT_DIR" ]; then
+ CMAKE_OPTIONS+=" -DCMAKE_CXX_COMPILER:STRING=$(which mpic++)"
+ CMAKE_OPTIONS+=" -DCMAKE_C_COMPILER:STRING=$(which mpicc)"
+ fi
+fi
echo "*** cmake" $CMAKE_OPTIONS
cmake $CMAKE_OPTIONS $SOURCE_DIR
depend : ["CAS","lapack","hdf5","medfile", "cgns"]
}
+version_4_10_3_MPI:
+{
+ compil_script : "gmsh-4.10.3.sh"
+ depend : ["CAS","lapack","hdf5","medfile", "cgns", "openmpi"]
+}
+
version_4_10_3_win_dbg:
{
depend : ["CAS","lapack","hdf5","medfile", "cgns"]