source: CONFIG/UNIFORM/v6/LMDZOR_v6.4/ARCH/arch-ifort_LSCE_2023.env

Last change on this file was 6643, checked in by jgipsl, 7 months ago

Add new option for compilation at LSCE/obelix.

File size: 501 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
6module load intel-fcomp/2020
7module load gcc/8.3.0
8module load openmpi/2.1.5
9module load hdf5/1.10.5
10module load netcdf/4.7
11
12export OMPI_FC=ifort
13export OMPI_CC=icc
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.