source: XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_JEANZAY_PGI.env @ 2225

Last change on this file since 2225 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 
1module purge
2
3module load gcc/9.1.0
4module load pgi/20.4
5module load openmpi/4.0.4
6module load hdf5/1.12.0-mpi
7module 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
11makelocalrc -x -d . -gcc `which gcc` -gpp `which g++`  -g77 `which gfortran`
12export 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
15export TMP=/dev/shm    # to compile on node with enough memory
16export TMPDIR=/dev/shm    # to compile on node with enough memory
17
Note: See TracBrowser for help on using the repository browser.