source: XIOS/dev/branch_yushan_merged/arch/arch-local.fcm @ 1134

Last change on this file since 1134 was 1134, checked in by yushan, 7 years ago

branch merged with trunk r1130

File size: 736 bytes
Line 
1################################################################################
2###################                Projet XIOS               ###################
3################################################################################
4
5%CCOMPILER      mpicc -fopenmp -D_openmpi -D_usingEP
6%FCOMPILER      mpif90 -fopenmp
7%LINKER         mpif90 -fopenmp -D_openmpi -D_usingEP
8
9%BASE_CFLAGS    -ansi -w -D_GLIBCXX_USE_CXX11_ABI=0
10%PROD_CFLAGS    -O3 -DBOOST_DISABLE_ASSERTS
11%DEV_CFLAGS     -g -O2
12%DEBUG_CFLAGS   -g
13
14%BASE_FFLAGS    -D__NONE__
15%PROD_FFLAGS    -O3
16%DEV_FFLAGS     -g -O2
17%DEBUG_FFLAGS   -g
18
19%BASE_INC       -D__NONE__
20%BASE_LD        -lstdc++
21
22%CPP            cpp
23%FPP            cpp -P
24%MAKE           make
Note: See TracBrowser for help on using the repository browser.