Changeset 2540


Ignore:
Timestamp:
07/26/23 13:16:59 (10 months ago)
Author:
jderouillat
Message:

Update the test suite environment (done by hand from time to time)

Location:
XIOS3/branches/xios-3.0-beta/xios_test_suite/ARCH
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/branches/xios-3.0-beta/xios_test_suite/ARCH/arch-X64_IRENE.env

    r2383 r2540  
    11module purge 
    2 module load ucx/1.11.2 
     2module load ucx/1.12.1 
    33module load flavor/buildcompiler/intel/20 
    4 module load mpi/openmpi/4.1.1 
     4module load mpi/openmpi/4.1.4 
    55 
    66module load flavor/hdf5/parallel 
    7 module load netcdf-fortran/4.4.4 
    8 module load hdf5/1.8.20 
    9 module load gnu/11.2.0 
    10 module load perl/5.30.2 
     7module load hdf5/1.12.2 
     8module load netcdf-fortran/4.5.3 
     9module load gnu/11.1.0 
     10module load perl/5.32.1 
    1111 
    1212export UCX_TLS=dc_x,cma,knem,self 
     13 
  • XIOS3/branches/xios-3.0-beta/xios_test_suite/ARCH/arch-X64_IRENE_GNU.env

    r2191 r2540  
    11module purge 
    22module load flavor/buildcompiler/gcc/8 
    3 module load mpi/openmpi/4.0.2  
     3module load mpi/openmpi/4.1.4 
    44 
    55module load flavor/hdf5/parallel 
    6 module load netcdf-fortran/4.4.4 
    7 module load hdf5/1.8.20 
     6module load hdf5/1.12.2 
     7module load netcdf-fortran/4.5.3 
    88module load gnu/8.3.0 
    99 
    10 module load totalview 
    11 module load perl/5.30.2 
     10module load perl/5.32.1 
  • XIOS3/branches/xios-3.0-beta/xios_test_suite/ARCH/arch-X64_IRENE_LLVM.env

    r2300 r2540  
    11module purge 
    2 module load llvm/11.0.0 
    3 module load mpi/openmpi/4.0.2  
     2module load llvm/14.0.0 
     3module load mpi/openmpi/4.1.4  
    44export OMPI_CC=clang 
    55export OMPI_CXX=clang++ 
    66 
    77module load flavor/hdf5/parallel 
    8 module load netcdf-fortran/4.4.4 
    9 module load hdf5/1.8.20 
    10 #module load gnu/8.3.0 
     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" 
    1112 
    12 module load totalview 
    13 module load perl/5.30.2 
     13module load perl/5.32.1 
Note: See TracChangeset for help on using the changeset viewer.