source: LMDZ6/branches/compilation_2/arch/arch-X64_JEANZAY_PBIOIPSL.env @ 5743

Last change on this file since 5743 was 5743, checked in by lguez, 5 months ago

Remove reference to NetCDF95 from env files

NetCDF95 is back into the source tree of LMDZ.

File size: 480 bytes
Line 
1# Note: this is a TEMPORARY (12/24) arch to resolve an issue linked to paths in ORCHIDEE archs
2# It's just a copy of X64_JEANZAY so that the installer uses the LMDZ arch rather than the ORCHIDEE's base arch
3
4module purge
5module load intel-compilers/19.0.4
6module load intel-mkl/19.0.4
7module load hdf5/1.10.5-mpi
8module load netcdf/4.7.2-mpi
9module load netcdf-fortran/4.5.2-mpi
10module load subversion/1.9.7
11module load cmake
12
13export FC=mpiifort
14export CPP="icc -E"
15export CC=icc
Note: See TracBrowser for help on using the repository browser.