source: CONFIG/UNIFORM/v7/IPSLCM7/ARCH/arch-ifort_LSCE_2023.env @ 6646

Last change on this file since 6646 was 6646, checked in by jgipsl, 9 months ago

Added some arch files that have been used only in LMDZOR mode.

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.