Last change
on this file since 2520 was
2211,
checked in by jderouillat, 3 years ago
|
Activate XIOS_COUPLING test suite with PGI on Jean-Zay (using TMPDIR to compile)
|
File size:
599 bytes
|
Line | |
---|
1 | module purge |
---|
2 | |
---|
3 | module load gcc/9.1.0 |
---|
4 | module load pgi/20.4 |
---|
5 | module load openmpi/4.0.4 |
---|
6 | module load hdf5/1.12.0-mpi |
---|
7 | module load netcdf-c/4.7.4-mpi |
---|
8 | #module load netcdf-fortran/4.5.2-mpi-cuda |
---|
9 | |
---|
10 | #PGI use gcc/4.8.5 STL which is not good |
---|
11 | makelocalrc -x -d . -gcc `which gcc` -gpp `which g++` -g77 `which gfortran` |
---|
12 | export PGI_LOCALRC=$PWD/localrc |
---|
13 | #export PGI_LOCALRC=/gpfswork/rech/psl/uim55ri/XIOS.Src/XIOS_PGI/localrc |
---|
14 | #export PGI_LOCALRC=/linkhome/rech/genmdl01/uim55ri/localrc |
---|
15 | export TMP=/dev/shm # to compile on node with enough memory |
---|
16 | export TMPDIR=/dev/shm # to compile on node with enough memory |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.