source: XIOS/trunk/arch/arch-X64_CURIE.fcm @ 501

Last change on this file since 501 was 411, checked in by ymipsl, 11 years ago

modify compiler flag for compiling netcdf internal lib

YM

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