source: CONFIG/UNIFORM/v6/LMDZOR_v6.2/ARCH/arch-ifort_LSCE.env

Last change on this file 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
RevLine 
[4939]1# Compile and running environnemnet for obelix at LSCE
[4972]2set +e
[5036]3# source following file to initialize module command
[5053]4source /usr/share/Modules/init/bash
[4939]5module purge
6
[6071]7module load intel-fcomp/2020
[4939]8module load openmpi/2.1.5
9module load hdf5/1.8.9p
10module load pnetcdf/1.5.0
11module load netcdf/4p
[5945]12module load gcc/8.3.0
[4939]13
[5053]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.