source: trunk/LMDZ.COMMON/arch/arch-ADASTRA-gnu.env @ 3503

Last change on this file since 3503 was 3463, checked in by emillour, 6 weeks ago

Update Adastra arch files for gnu compiler: enforce using
"legacy" mode with libsci (Cray BLAS/LAPACK) along with
its threadsafe version.
EM

File size: 494 bytes
Line 
1module purge
2module load craype-x86-genoa
3module load craype-network-ofi
4module load libfabric/1.15.2.0
5module load gcc-native/12.1
6module load craype/2.7.30
7module load cray-dsmml/0.2.2
8module load cray-libsci/23.12.5
9module load PrgEnv-gnu/8.5.0
10module load cray-mpich/8.1.28
11module load netcdf-hdf5parallel/gnu/10.3/4.9.0.5
12module load cray-fftw/3.3.10.4
13
14# Extra stuff for LIBSCI (LAPACK/BLAS)
15export CRAYBLAS_LEVEL1_LEGACY=1
16export CRAYBLAS_LEVEL2_LEGACY=1
17export CRAYBLAS_LEVEL3_LEGACY=1
Note: See TracBrowser for help on using the repository browser.