source: XIOS/trunk/xios_test_suite/ARCH/arch-X64_JEANZAY.fcm @ 1803

Last change on this file since 1803 was 1803, checked in by ymipsl, 4 years ago

XIOS test suite : arch file for test suite

File size: 754 bytes
Line 
1################################################################################
2####################                Projet XIOS               ###################
3#################################################################################
4
5
6%CCOMPILER      mpiicc
7%FCOMPILER      mpiifort
8%LINKER         mpiifort  -nofor-main
9
10%BASE_CFLAGS    -diag-disable 1125 -diag-disable 279
11%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
12%DEV_CFLAGS     -g -traceback
13%DEBUG_CFLAGS   -DBZ_DEBUG -g -traceback -fno-inline
14
15%BASE_FFLAGS    -D__NONE__
16%PROD_FFLAGS    -O3
17%DEV_FFLAGS     -g -O2 -traceback
18%DEBUG_FFLAGS   -g -traceback
19
20%BASE_INC       -D__NONE__
21%BASE_LD        -lstdc++
22
23%CPP            mpiicc -EP
24%FPP            cpp -P
25%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.