# Compile and running environnemnet for obelix at LSCE set +e # source following file to initialize module command source /usr/share/Modules/init/bash module purge module load intel-fcomp/2020 module load gcc/8.3.0 module load openmpi/2.1.5 module load hdf5/1.10.5 module load netcdf/4.7 export OMPI_FC=ifort export OMPI_CC=icc # Add -I in front of variable INCLUDE which is used in makelmdz_fcm because module load of openmpi and pnetcodf addes include path to INCLUDE variable INCLUDE=-I$INCLUDE