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

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

Add new option for compilation at LSCE/obelix.

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