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
RevLine 
[441]1################################################################################
[591]2###################                Projet XIOS               ###################
[441]3################################################################################
4
[1545]5%CCOMPILER      mpiicc -qopenmp -D_usingEP -D_intelmpi
[1134]6%FCOMPILER      mpiifort -qopenmp -D_usingEP -D_intelmpi
7%LINKER         mpiifort  -nofor-main -qopenmp -D_usingEP -D_intelmpi
[441]8
[1545]9
10%BASE_CFLAGS    -std=c++11 -diag-disable 1125 -diag-disable 279
[441]11%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
12%DEV_CFLAGS     -g -traceback
[1460]13%DEBUG_CFLAGS   -DBZ_DEBUG -g  -fno-inline
[441]14
[1545]15
[441]16%BASE_FFLAGS    -D__NONE__
17%PROD_FFLAGS    -O3
18%DEV_FFLAGS     -g -O2 -traceback
[985]19%DEBUG_FFLAGS   -g
[441]20
21%BASE_INC       -D__NONE__
[985]22%BASE_LD        -lstdc++
[441]23
24%CPP            mpiicc -EP
25%FPP            cpp -P
26%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.