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-SX8_MERCURE.fcm in branches/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/ARCH/OLD/CNRS – NEMO

source: branches/2015/dev_r5021_UKMO1_CICE_coupling/NEMOGCM/ARCH/OLD/CNRS/arch-SX8_MERCURE.fcm @ 5445

Last change on this file since 5445 was 5445, checked in by davestorkey, 9 years ago

Clear SVN keywords from 2015/dev_r5021_UKMO1_CICE_coupling branch.

File size: 1.2 KB
RevLine 
[2143]1# mercure NEC SX-8 at french CCRT, http://www-ccrt.cea.fr/fr/moyen_de_calcul/mercure.htm
[1987]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
[2010]9# FPPFLAGS    pre-processing flags
[1987]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
[2260]17%NCDF_INC        -I/ccc/applications/sx8/netcdf-3.6.1/include
18%NCDF_LIB        -L/ccc/applications/sx8/netcdf-3.6.1/lib -lnetcdf
[1987]19%FC              sxmpif90
[2654]20%FCFLAGS         -f2003 nocbind -size_t64 -dW -Wf,"-A idbl4", -sx8 -C vopt -P stack -Wf"-init stack=nan" -Wl"-f nan" -Wf"-P nh -O overlap" -Wf"-P nh" -Wf,-pvctl noassume loopcnt=10000 shape=10000000 -Wf"-init heap=zero" -R2
[1987]21%FFLAGS          %FCFLAGS
22%LD              sxmpif90
[2260]23%LDFLAGS         -size_t64
[2010]24%FPPFLAGS        -P -C -traditional
[1987]25%AR              sxar
[2010]26%ARFLAGS         rs
[2260]27%MK              sxgmake
[2036]28%USER_INC        %NCDF_INC
29%USER_LIB        %NCDF_LIB
[1987]30
Note: See TracBrowser for help on using the repository browser.