source: LMDZ6/trunk/arch/arch-X64_IRENE.env @ 4510

Last change on this file since 4510 was 4510, checked in by lguez, 14 months ago

Add environment file for irene

The file is the same as [the one used by
modipsl](https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/ComputingCenters/TGCC/IreneRedHat8#Modulesforcompilationandcomputation).

File size: 332 bytes
Line 
1# Compile and running environement at Irene 
2
3set +e 
4module purge
5module load intel/20.0.0
6module load mpi/openmpi/4.1.4
7module load flavor/hdf5/parallel
8module load hdf5/1.12.0
9module load netcdf-fortran/4.5.3
10module load mkl/20.0.0
11module load feature/bridge/heterogenous_mpmd
12module load c++/gnu/8.3.0
13module load c/gnu/8.3.0
Note: See TracBrowser for help on using the repository browser.