source: trunk/ARCH/arch-ADASTRA-ifort.env @ 3501

Last change on this file since 3501 was 3494, checked in by emillour, 2 weeks ago

Update architecture files for Adastra when using ifort:
Enforce using legagy BLAS with libsci.
EM

File size: 576 bytes
Line 
1module purge
2module load cpe/23.05
3module load craype-x86-genoa
4module load craype-network-ofi
5module load libfabric/1.15.2.0
6module load PrgEnv-intel/8.4.0
7module load cray-libsci/23.05.1.4
8module load cray-mpich/8.1.26
9module load cray-dsmml/0.2.2
10module load cray-fftw/3.3.10.4
11module load cray-hdf5-parallel/1.12.2.1
12module load cray-netcdf-hdf5parallel/4.9.0.1
13module load craype/2.7.21
14# for XIOS:
15module load gcc-native-mixed/11.2
16##
17# Extra stuff for LIBSCI (LAPACK/BLAS)
18export CRAYBLAS_LEVEL1_LEGACY=1
19export CRAYBLAS_LEVEL2_LEGACY=1
20export CRAYBLAS_LEVEL3_LEGACY=1
Note: See TracBrowser for help on using the repository browser.