source: XIOS/trunk/arch/arch-X64_ADA.fcm @ 985

Last change on this file since 985 was 985, checked in by ymipsl, 7 years ago

Remove netcdf link in arch.fcm file for ADA.

YM

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