source: XIOS/dev/branch_openmp/arch/arch-X64_ADA.fcm @ 1533

Last change on this file since 1533 was 1460, checked in by yushan, 6 years ago

branch_openmp merged with XIOS_DEV_CMIP6@1459

File size: 841 bytes
Line 
1################################################################################
2###################                Projet XIOS               ###################
3################################################################################
4
5%CCOMPILER      mpiicc -qopenmp -D_usingEP -D_intelmpi
6%FCOMPILER      mpiifort -qopenmp -D_usingEP -D_intelmpi
7%LINKER         mpiifort  -nofor-main -qopenmp -D_usingEP -D_intelmpi
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#-std=c++11
14
15%BASE_FFLAGS    -D__NONE__
16%PROD_FFLAGS    -O3
17%DEV_FFLAGS     -g -O2 -traceback
18%DEBUG_FFLAGS   -g
19
20%BASE_INC       -D__NONE__
21%BASE_LD        -lstdc++
22
23%CPP            mpiicc -EP
24%FPP            cpp -P
25%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.