source: XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE_GNU.fcm @ 2225

Last change on this file since 2225 was 2191, checked in by jderouillat, 3 years ago

Apply test suite in a GNU environment

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