Ignore:
Timestamp:
02/22/22 14:20:26 (2 years ago)
Author:
jderouillat
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE_LLVM.env

    r2237 r2300  
    11module purge 
    2 module load llvm 
     2module load llvm/11.0.0 
     3module load mpi/openmpi/4.0.2  
    34export OMPI_CC=clang 
    45export OMPI_CXX=clang++ 
    5 export OMPI_FC=flang 
    6 module load mpi/openmpi/4.0.2  
    76 
    87module load flavor/hdf5/parallel 
    98module load netcdf-fortran/4.4.4 
    109module load hdf5/1.8.20 
    11 module load gnu/7.3.0 
     10#module load gnu/8.3.0 
    1211 
    1312module load totalview 
Note: See TracChangeset for help on using the changeset viewer.