source: XIOS/dev/dev_olga/src/arch/arch-X64_CURIE.fcm @ 1022

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
File size: 895 bytes
Line 
1################################################################################
2###################                Projet XIOS               ###################
3################################################################################
4
5%CCOMPILER      mpicc
6%FCOMPILER      mpif90
7%LINKER         mpif90  -nofor-main
8
9%BASE_CFLAGS    -diag-disable 1125 -diag-disable 279
10%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
11<<<<<<< .mine
12%DEV_CFLAGS     -g
13=======
14#%DEV_CFLAGS     -g -traceback
15%DEV_CFLAGS     -g
16>>>>>>> .r1020
17%DEBUG_CFLAGS   -DBZ_DEBUG -g -traceback -fno-inline
18
19%BASE_FFLAGS    -D__NONE__
20%PROD_FFLAGS    -O3
21<<<<<<< .mine
22%DEV_FFLAGS     -g
23=======
24#%DEV_FFLAGS     -g -traceback
25%DEV_FFLAGS     -g
26>>>>>>> .r1020
27%DEBUG_FFLAGS   -g -traceback
28
29%BASE_INC       -D__NONE__
30%BASE_LD        -lstdc++
31
32%CPP            mpicc -EP
33%FPP            cpp -P
34%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.