source: LMDZ6/trunk/arch/arch-X64_JEANZAY_PBIOIPSL.env @ 5381

Last change on this file since 5381 was 5374, checked in by abarral, 11 days ago

Add temp arch to fix path in ORCHIDEE archs on JZ

File size: 501 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 netcdf95
11module load subversion/1.9.7
12module load cmake
13
14export FC=mpiifort
15export CPP="icc -E"
16export CC=icc
Note: See TracBrowser for help on using the repository browser.