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

Last change on this file since 2383 was 2300, checked in by jderouillat, 2 years ago

Update LLVM environment in the test suite, use clang (for C++) and gfortran.

File size: 274 bytes
Line 
1module purge
2module load llvm/11.0.0
3module load mpi/openmpi/4.0.2
4export OMPI_CC=clang
5export OMPI_CXX=clang++
6
7module load flavor/hdf5/parallel
8module load netcdf-fortran/4.4.4
9module load hdf5/1.8.20
10#module load gnu/8.3.0
11
12module load totalview
13module load perl/5.30.2
Note: See TracBrowser for help on using the repository browser.