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

Last change on this file since 6645 was 6071, checked in by jgipsl, 2 years ago

Added module for intel. At obelix, if not loaded, there is always an intel available, currently this is the same as set here.

File size: 487 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 intel-fcomp/2020
8module load openmpi/2.1.5
9module load hdf5/1.8.9p
10module load pnetcdf/1.5.0
11module load netcdf/4p
12module load gcc/8.3.0
13
14# 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
15INCLUDE=-I$INCLUDE
16
Note: See TracBrowser for help on using the repository browser.