New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
arch-XT6_LYNX.fcm in vendors/XIOS/current/arch – NEMO

source: vendors/XIOS/current/arch/arch-XT6_LYNX.fcm @ 3472

Last change on this file since 3472 was 3472, checked in by rblod, 12 years ago

Load XIOS_SRC into vendors/XIOS/current.

  • Property svn:keywords set to Id
File size: 692 bytes
Line 
1################################################################################
2###################        Projet xios - xmlioserver       #####################
3################################################################################
4
5%CCOMPILER      CC
6%FCOMPILER      ftn
7%LINKER         CC
8
9%BASE_CFLAGS    -DXIOS_LIBRARY  -DMPICH_SKIP_MPICXX -DNONE -DXIOS_LIBRARY -h msglevel_4
10%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
11%DEV_CFLAGS     -D XIOS_DEBUG -g
12%DEBUG_CFLAGS   -D XIOS_DEBUG -g
13
14%BASE_FFLAGS    -em -DXIOS_LIBRARY -DXIOS_LIBRARY -m 4
15%PROD_FFLAGS    -O3
16%DEV_FFLAGS     -DXIOS_DEBUG -g
17%DEBUG_FFLAGS   -DXIOS_DEBUG -g
18
19%BASE_INC       -D __NONE__
20%BASE_LD       
Note: See TracBrowser for help on using the repository browser.