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 | |
---|
4 | module purge |
---|
5 | module load intel-compilers/19.0.4 |
---|
6 | module load intel-mkl/19.0.4 |
---|
7 | module load hdf5/1.10.5-mpi |
---|
8 | module load netcdf/4.7.2-mpi |
---|
9 | module load netcdf-fortran/4.5.2-mpi |
---|
10 | module load netcdf95 |
---|
11 | module load subversion/1.9.7 |
---|
12 | module load cmake |
---|
13 | |
---|
14 | export FC=mpiifort |
---|
15 | export CPP="icc -E" |
---|
16 | export CC=icc |
---|
Note: See
TracBrowser
for help on using the repository browser.