source: XIOS2/trunk/arch/arch-nvhpc_MESOIPSL.fcm @ 2599

Last change on this file since 2599 was 2567, checked in by jderouillat, 10 months ago

Add Nvidia arch files for Meso-IPSL

  • Property svn:executable set to *
File size: 470 bytes
Line 
1%CCOMPILER           mpicxx
2%FCOMPILER           mpif90
3%LINKER              mpif90
4
5%BASE_CFLAGS    -fPIC --c++11 -D__NONE__
6%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS -w -v
7%DEV_CFLAGS     -g -O2
8%DEBUG_CFLAGS   -DBZ_DEBUG -g
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            cpp -EP
19%FPP            cpp -P
20%MAKE           make
Note: See TracBrowser for help on using the repository browser.