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_ES2.fcm in branches/2012/dev_MERGE_2012/NEMOGCM/ARCH/CNRS – NEMO

source: branches/2012/dev_MERGE_2012/NEMOGCM/ARCH/CNRS/arch-SX9_ES2.fcm @ 3696

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

move CNRS arch files in ARCH/CNRS, see ticket #894

File size: 1.1 KB
Line 
1# Earth Simulator 2, NEC SX-9, http://www.jamstec.go.jp/esc/index.en.html
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/SX/usr/include
18%NCDF_LIB        -L/SX/usr/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.