Salome HOME
spns #32377: switch off CGNS support for GMSH until issue fixed
[tools/sat_salome.git] / products / compil_scripts / med-4.1.1.sh
index c91dfeffb19bf689ec67a00868ba9a9e72115aac..80e4f96d2c9a81915d2becea0eb8b56ba3f7ba16 100755 (executable)
@@ -10,6 +10,9 @@ CONFIGURE_FLAGS+=' --enable-python=yes'
 CONFIGURE_FLAGS+=' --enable-mesgerr'
 if [ -n "$SAT_HPC" ]
 then
+    export CXX=${MPI_CXX_COMPILER}
+    export CC=${MPI_C_COMPILER}
+    CONFIGURE_FLAGS+=' --with-swig=yes'
     CONFIGURE_FLAGS+=' --enable-parallel'
 else
     export F77=gfortran