source: XIOS/branchs/xios-2.5/arch/arch-X64_JEANZAY.fcm @ 1903

Last change on this file since 1903 was 1903, checked in by yushan, 4 years ago

xios-2.5 : Forcing c++98 on Jeanzay because the compiler is passed to c++11 by default after the last update on Jeanzay.

File size: 767 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 -std=gnu++98
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.