source: XIOS2/dev/mhedley/buildCompilationPatchesA/arch/arch-X64_ADASTRA_INTEL.env @ 2697

Last change on this file since 2697 was 2625, checked in by jderouillat, 11 months ago

Add Adastra arch files

File size: 656 bytes
Line 
1# Compile and running environnement at Adastra
2set +e
3module purge
4module load cpe/23.05
5module load craype-x86-genoa
6module load craype-network-ofi
7module load libfabric/1.15.2.0
8module load PrgEnv-intel/8.4.0
9module load cray-libsci/23.05.1.4
10module load cray-mpich/8.1.26
11module load cray-dsmml/0.2.2
12module load cray-fftw/3.3.10.4
13module load cray-hdf5-parallel/1.12.2.1
14module load cray-netcdf-hdf5parallel/4.9.0.1
15module load craype/2.7.21
16
17# Fix MPI_Win_allocate in many nodes configurations
18#export FI_CXI_OPTIMIZED_MRS=false
19# Too many comms posted in CGridTransformation::computeTransformationMapping (XIOS2)
20export FI_CXI_RX_MATCH_MODE=hybrid
Note: See TracBrowser for help on using the repository browser.