source: XIOS/trunk/arch/arch-X64_TITANE.fcm @ 827

Last change on this file since 827 was 591, checked in by rlacroix, 9 years ago

Remove leftovers from the XMLIO age.

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