Changeset 2300


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.

Location:
XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH
Files:
2 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 
  • XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE_LLVM.fcm

    r2237 r2300  
    55%CCOMPILER      mpicc 
    66%FCOMPILER      mpif90 
    7 %LINKER         mpif90  -nofor-main 
     7%LINKER         mpif90  
    88 
    9 %BASE_CFLAGS    -std=c++11 -diag-disable 1125 -diag-disable 279 -D__XIOS_EXCEPTION 
     9%BASE_CFLAGS    -std=c++11 -D__XIOS_EXCEPTION 
    1010%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS 
    1111#%DEV_CFLAGS     -g -traceback 
    1212%DEV_CFLAGS     -g  
    13 %DEBUG_CFLAGS   -DBZ_DEBUG -g -traceback -fno-inline 
     13%DEBUG_CFLAGS   -DBZ_DEBUG -g -fbacktrace -fno-inline 
    1414 
    15 %BASE_FFLAGS    -D__NONE__  
     15%BASE_FFLAGS    -D__NONE__ --free-form -ffree-line-length-0 
    1616%PROD_FFLAGS    -O3 
    1717#%DEV_FFLAGS     -g -traceback 
    1818%DEV_FFLAGS     -g  
    19 %DEBUG_FFLAGS   -g -traceback 
     19%DEBUG_FFLAGS   -g -fbacktrace 
    2020 
    2121%BASE_INC       -D__NONE__ 
    2222%BASE_LD        -lstdc++ 
    2323 
    24 %CPP            mpicc -EP 
     24%CPP            cpp 
    2525%FPP            cpp -P 
    2626%MAKE           gmake 
Note: See TracChangeset for help on using the changeset viewer.