source: XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_JEANZAY_PGI.fcm @ 2225

Last change on this file since 2225 was 2211, checked in by jderouillat, 3 years ago

Activate XIOS_COUPLING test suite with PGI on Jean-Zay (using TMPDIR to compile)

File size: 766 bytes
Line 
1################################################################################
2####################                Projet XIOS               ###################
3#################################################################################
4
5
6%CCOMPILER      mpicxx -noswitcherror
7%FCOMPILER      mpif90 -noswitcherror
8%LINKER         mpif90  -noswitcherror
9
10%BASE_CFLAGS    --c++11 -D__NONE__
11%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS -w -v
12%DEV_CFLAGS     -g -traceback
13%DEBUG_CFLAGS   -DBZ_DEBUG -g -traceback -fno-inline
14
15%BASE_FFLAGS    -D__NONE__
16%PROD_FFLAGS    -O3
17%DEV_FFLAGS     -g -O2 -traceback
18%DEBUG_FFLAGS   -g -traceback
19
20%BASE_INC       -D__NONE__
21%BASE_LD        -c++libs
22
23%CPP            cpp
24%FPP            cpp -P
25%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.