source: XIOS2/trunk/arch/arch-ifort_MESOIPSL.fcm @ 2402

Last change on this file since 2402 was 2402, checked in by aclsce, 22 months ago

Added arch configuration files for Spirit (new IPSL mesocentre machine).

File size: 477 bytes
Line 
1%CCOMPILER           mpicc
2%FCOMPILER           mpif90
3%LINKER              mpif90 -nofor-main
4
5%BASE_CFLAGS    -fPIC -std=c++11
6%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
7%DEV_CFLAGS     -g
8%DEBUG_CFLAGS   -DBZ_DEBUG -g -fno-inline
9
10%BASE_FFLAGS    -fPIC -D__NONE__
11%PROD_FFLAGS    -O3
12%DEV_FFLAGS     -g -O2 -traceback
13%DEBUG_FFLAGS   -g -traceback
14
15%BASE_INC       -D__NONE__
16%BASE_LD        -lstdc++
17
18%CPP            mpicc -EP
19%FPP            cpp -P
20%MAKE           make
Note: See TracBrowser for help on using the repository browser.