source: XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_JEANZAY.env @ 2245

Last change on this file since 2245 was 2245, checked in by jderouillat, 3 years ago

Workaround for a MPI_Win_flush bug appearing with IntelMPI in a multi-context (for instance, test_dynamico in test suite) environment

File size: 442 bytes
Line 
1module purge
2#module load gcc/9.1.0
3module load intel-all/2020.4
4module load hdf5/1.12.0-mpi
5module load netcdf-c/4.7.4-mpi
6module load netcdf-fortran/4.5.3-mpi
7module load nco
8module load cdo
9
10source $I_MPI_ROOT/intel64/bin/mpivars.sh release_mt
11export I_MPI_OFI_PROVIDER=verbs # workaround for a MPI_Win_flush bug appearing with IntelMPI in a multi-context (XIOS) environment
12export TMP=/dev/shm    # to compile on node with enough memory
Note: See TracBrowser for help on using the repository browser.