source: XIOS/trunk/arch/arch-GCC_LINUX.fcm @ 395

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

some cleaning and update in arch files.

YM

File size: 639 bytes
RevLine 
[327]1################################################################################
2###################        Projet xios - xmlioserver       #####################
3################################################################################
4
[395]5%CCOMPILER      mpicc
[327]6%FCOMPILER      mpif90
7%LINKER         mpif90 
8
[395]9%BASE_CFLAGS    -ansi -w
10%PROD_CFLAGS    -O3 -DBOOST_DISABLE_ASSERTS
11%DEV_CFLAGS     -g -O2
12%DEBUG_CFLAGS   -g
[327]13
[395]14%BASE_FFLAGS    -D__NONE__
[327]15%PROD_FFLAGS    -O3
[395]16%DEV_FFLAGS     -g -O2
17%DEBUG_FFLAGS   -g
[327]18
[395]19%BASE_INC       -D__NONE__
20%BASE_LD        -lstdc++
21
22%CPP            cpp
23%FPP            cpp -P
24%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.