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-X64_TITANE_VAMPIR.fcm in vendors/XIOS/current/arch – NEMO

source: vendors/XIOS/current/arch/arch-X64_TITANE_VAMPIR.fcm @ 3408

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

importing initial XIOS vendor drop

  • Property svn:keywords set to Id
File size: 891 bytes
Line 
1################################################################################
2###################        Projet xios - xmlioserver       #####################
3################################################################################
4
5%CCOMPILER      vtcc  -vt:cc mpicc -vt:inst manual -DVTRACE
6%FCOMPILER      vtf90 -vt:f90 mpif90 -vt:inst manual -DVTRACE
7%LINKER         vtf90  -vt:f90 mpif90 -vt:inst manual -nofor-main -DVTRACE
8
9%BASE_CFLAGS    -ansi -DXIOS_LIBRARY -DNONE -DXIOS_LIBRARY -diag-disable 1125 -diag-disable 279
10%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS
11%DEV_CFLAGS     -D XIOS_DEBUG -g -traceback
12%DEBUG_CFLAGS   -D XIOS_DEBUG -g -traceback -fno-inline
13
14%BASE_FFLAGS    -DXIOS_LIBRARY -DXIOS_LIBRARY
15%PROD_FFLAGS    -O3
16%DEV_FFLAGS     -DXIOS_DEBUG -g -traceback
17%DEBUG_FFLAGS   -DXIOS_DEBUG -g -traceback
18
19%BASE_INC       -D __NONE__
20%BASE_LD        -lstdc++
Note: See TracBrowser for help on using the repository browser.