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

Last change on this file since 3567 was 3494, checked in by emillour, 7 weeks ago

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

File size: 576 bytes
RevLine 
[3029]1module purge
[3049]2module load cpe/23.05
[3029]3module load craype-x86-genoa
4module load craype-network-ofi
5module load libfabric/1.15.2.0
[3049]6module load PrgEnv-intel/8.4.0
7module load cray-libsci/23.05.1.4
8module load cray-mpich/8.1.26
[3029]9module load cray-dsmml/0.2.2
[3049]10module load cray-fftw/3.3.10.4
[3029]11module load cray-hdf5-parallel/1.12.2.1
12module load cray-netcdf-hdf5parallel/4.9.0.1
[3049]13module load craype/2.7.21
[3257]14# for XIOS:
15module load gcc-native-mixed/11.2
16##
[3494]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.