source: XIOS/dev/dev_cmip6_omp/arch/arch-XE6_LYNX.fcm @ 1606

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

Remove leftovers from the XMLIO age.

File size: 652 bytes
Line 
1################################################################################
2###################                Projet XIOS               ###################
3################################################################################
4
5%CCOMPILER      CC
6%FCOMPILER      ftn
7%LINKER         CC
8
9%BASE_CFLAGS    -DMPICH_SKIP_MPICXX -h msglevel_4
10%PROD_CFLAGS    -O3 -DBOOST_DISABLE_ASSERTS
11%DEV_CFLAGS     -g -O2
12%DEBUG_CFLAGS   -g
13
14%BASE_FFLAGS    -em -m 4
15%PROD_FFLAGS    -O3
16%DEV_FFLAGS     -g -O2
17%DEBUG_FFLAGS   -g
18
19%BASE_INC       -D__NONE__
20%BASE_LD        -D__NONE__
21
22%CPP            cpp
23%FPP            cpp -P
24%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.