source: XIOS/branchs/xios-2.5/arch/arch-GCC_MACOSX.fcm @ 1900

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

Updated arch files for MACOSX

YM + S. Masson

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