source: trunk/LMDZ.COMMON/arch/arch-X64_ROMEO_INTEL.env @ 3454

Last change on this file since 3454 was 3090, checked in by slebonnois, 13 months ago

BdeBatz? : Cleans microphysics and makes few corrections for physics

File size: 322 bytes
Line 
1
2module purge
3
4module load intel/compiler/2021.1.1
5module load intel/mkl/2021.1.1
6module load openmpi/4.0.5.1-intel
7module load gcc/8.1.0
8
9# IMPORTANT:
10# openmpi module sets INCLUDE env variable and FCM messes up with it: let's remove the var
11unset INCLUDE
12export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/local/intel/lib
13
Note: See TracBrowser for help on using the repository browser.