source: XIOS/trunk/arch/arch-X64_JEANZAY_PGI.fcm @ 1862

Last change on this file since 1862 was 1862, checked in by ymipsl, 4 years ago

Arch file for Jean-zay with PGI.

YM

File size: 760 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
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.