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

Last change on this file since 1620 was 1545, checked in by yushan, 6 years ago

branch_openmp merged with trunk r1544

File size: 843 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
10%BASE_CFLAGS    -std=c++11 -diag-disable 1125 -diag-disable 279
11%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
12%DEV_CFLAGS     -g -traceback
13%DEBUG_CFLAGS   -DBZ_DEBUG -g  -fno-inline
14
15
16%BASE_FFLAGS    -D__NONE__
17%PROD_FFLAGS    -O3
18%DEV_FFLAGS     -g -O2 -traceback
19%DEBUG_FFLAGS   -g
20
21%BASE_INC       -D__NONE__
22%BASE_LD        -lstdc++
23
24%CPP            mpiicc -EP
25%FPP            cpp -P
26%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.