source: XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE_LLVM.fcm @ 2360

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

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

File size: 792 bytes
RevLine 
[2237]1################################################################################
2###################                Projet XIOS               ###################
3################################################################################
4
5%CCOMPILER      mpicc
6%FCOMPILER      mpif90
[2300]7%LINKER         mpif90
[2237]8
[2300]9%BASE_CFLAGS    -std=c++11 -D__XIOS_EXCEPTION
[2237]10%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
11#%DEV_CFLAGS     -g -traceback
12%DEV_CFLAGS     -g
[2300]13%DEBUG_CFLAGS   -DBZ_DEBUG -g -fbacktrace -fno-inline
[2237]14
[2300]15%BASE_FFLAGS    -D__NONE__ --free-form -ffree-line-length-0
[2237]16%PROD_FFLAGS    -O3
17#%DEV_FFLAGS     -g -traceback
18%DEV_FFLAGS     -g
[2300]19%DEBUG_FFLAGS   -g -fbacktrace
[2237]20
21%BASE_INC       -D__NONE__
22%BASE_LD        -lstdc++
23
[2300]24%CPP            cpp
[2237]25%FPP            cpp -P
26%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.