source: XIOS3/trunk/xios_test_suite/ARCH/arch-X64_IRENE_LLVM.env @ 2497

Last change on this file since 2497 was 2497, checked in by jderouillat, 14 months ago

Fix LLVM environment (Irene RedHat8) in test suite

File size: 362 bytes
Line 
1module purge
2module load llvm/14.0.0
3module load mpi/openmpi/4.1.4
4export OMPI_CC=clang
5export OMPI_CXX=clang++
6
7module load flavor/hdf5/parallel
8module load hdf5/1.12.2
9module load netcdf-fortran/4.5.3
10module load gnu/12.2.0
11export CPLUS_INCLUDE_PATH="${GNU_ROOT}/include/c++/12.2.0:${GNU_ROOT}/include/c++/12.2.0/x86_64-pc-linux-gnu"
12
13module load perl/5.32.1
Note: See TracBrowser for help on using the repository browser.