source: CONFIG/UNIFORM/v6/LMDZOR_v6.4/ARCH/arch-ifort_LSCE.env @ 5945

Last change on this file since 5945 was 5945, checked in by jgipsl, 3 years ago

Update module gcc at obelix/LSCE

File size: 458 bytes
Line 
1# Compile and running environnemnet for obelix at LSCE
2set +e
3# source following file to initialize module command
4source /usr/share/Modules/init/bash
5module purge
6
7module load openmpi/2.1.5
8module load hdf5/1.8.9p
9module load pnetcdf/1.5.0
10module load netcdf/4p
11module load gcc/8.3.0
12
13# 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
14INCLUDE=-I$INCLUDE
15
Note: See TracBrowser for help on using the repository browser.