source: XIOS/dev/branch_openmp/arch/arch-X64_ADA_scalasca.fcm @ 1638

Last change on this file since 1638 was 1638, checked in by yushan, 5 years ago

dev on ADA

File size: 919 bytes
Line 
1################################################################################
2###################                Projet XIOS               ###################
3################################################################################
4
5%CCOMPILER      skin mpiicc -g  -std=c++11 -D_usingEP -D_intelmpi -qopenmp
6%FCOMPILER      skin mpiifort -g   -qopenmp
7%LINKER         skin mpiifort -g  -nofor-main -qopenmp
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 -traceback -fno-inline
13
14%BASE_FFLAGS    -D__NONE__
15%PROD_FFLAGS    -O3
16%DEV_FFLAGS     -g -O2 -traceback
17%DEBUG_FFLAGS   -g -traceback
18
19%BASE_INC       -D__NONE__
20%BASE_LD        -lstdc++ -Wl,-rpath=/smplocal/pub/NetCDF/4.1.3/mpi/lib:/smplocal/pub/HDF5/1.8.9/par/lib
21
22%CPP            mpiicc -EP
23%FPP            cpp -P
24%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.