Last change
on this file since 5374 was
5374,
checked in by abarral, 13 days ago
|
Add temp arch to fix path in ORCHIDEE archs on JZ
|
File size:
501 bytes
|
Rev | Line | |
---|
[5374] | 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 | |
---|
[5121] | 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 |
---|
[3572] | 13 | |
---|
[5121] | 14 | export FC=mpiifort |
---|
| 15 | export CPP="icc -E" |
---|
| 16 | export CC=icc |
---|
Note: See
TracBrowser
for help on using the repository browser.