source: XIOS/trunk/arch/arch-X64_JEANZAY_PGI.env @ 1862

Last change on this file since 1862 was 1862, checked in by ymipsl, 4 years ago

Arch file for Jean-zay with PGI.

YM

File size: 351 bytes
Line 
1module purge
2
3module load gcc/9.1.0
4module load pgi/20.1
5module load openmpi/4.0.2-cuda
6module load hdf5/1.10.5-mpi-cuda
7module load netcdf/4.7.2-mpi-cuda
8module 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
Note: See TracBrowser for help on using the repository browser.