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-SX9_MERCURE.fcm in branches/UKMO/dev_r5518_FOAM_local/NEMOGCM/ARCH/OLD/CNRS – NEMO

source: branches/UKMO/dev_r5518_FOAM_local/NEMOGCM/ARCH/OLD/CNRS/arch-SX9_MERCURE.fcm @ 5615

Last change on this file since 5615 was 5615, checked in by cguiavarch, 9 years ago

Clear svn keywords

File size: 1.1 KB
Line 
1# mercure NEC SX-9 at french CCRT, http://www-ccrt.cea.fr/fr/moyen_de_calcul/mercure.htm
2# NCDF_INC    netcdf include file
3# NCDF_LIB    netcdf library
4# FC          Fortran compiler command
5# FCFLAGS     Fortran compiler flags
6# FFLAGS      Fortran 77 compiler flags
7# LD          linker
8# LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
9# FPPFLAGS    pre-processing flags
10# AR          assembler
11# ARFLAGS     assembler flags
12# MK          make
13# USER_INC    additional include files for the compiler,  e.g. -I<include dir>
14# USER_LIB    additional libraries to pass to the linker, e.g. -l<library>
15
16
17%NCDF_INC        -I/usr/local/SX8/soft/netcdf/include
18%NCDF_LIB        -L/usr/local/SX8/soft/netcdf/lib -lnetcdf
19%FC              sxmpif90
20%FCFLAGS         -f2003 nocbind -P stack -dW -Wf,-pvctl res=whole,-A idbl4,-ptr byte -EP -R5 -float0 -size_t64 -dw -Wf,"-pvctl loopcnt=999999 fullmsg noassume"  -Wf"-init heap=zero" -R2
21%FFLAGS          %FCFLAGS
22%LD              sxmpif90
23%LDFLAGS
24%FPPFLAGS        -P -C -traditional
25%AR              sxar
26%ARFLAGS         rs
27%MK              gmake
28%USER_INC        %NCDF_INC
29%USER_LIB        %NCDF_LIB
30
Note: See TracBrowser for help on using the repository browser.