source: LMDZ6/branches/Test_modipsl/arch/arch-X64_IRENE.env @ 4911

Last change on this file since 4911 was 4583, checked in by lguez, 12 months ago

Revert to not using netcdf95 module

The concern with environment modules installed by computing centers is
that we are afraid they will not be updated with compiler versions
etc. Let us try installing NetCDF95 on computing centers with
modipsl. So we are reverting part of r4532 and r4499.

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.