source: XIOS/dev/dev_ym/XIOS_COUPLING/arch/arch-X64_JEANZAY_OPENMPI.fcm @ 2338

Last change on this file since 2338 was 2233, checked in by ymipsl, 3 years ago

arch files for jean-zay using openmpi.
YM

File size: 760 bytes
Line 
1################################################################################
2####################                Projet XIOS               ###################
3#################################################################################
4
5
6%CCOMPILER      mpicc
7%FCOMPILER      mpif90
8%LINKER         mpif90  -nofor-main
9
10%BASE_CFLAGS    -diag-disable 1125 -diag-disable 279 -std=c++11
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        -lstdc++
22
23%CPP            mpiicc -EP
24%FPP            cpp -P
25%MAKE           gmake
Note: See TracBrowser for help on using the repository browser.