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-PW7_METO.fcm in branches/2015/nemo_v3_6_STABLE/NEMOGCM/ARCH – NEMO

source: branches/2015/nemo_v3_6_STABLE/NEMOGCM/ARCH/arch-PW7_METO.fcm @ 8026

Last change on this file since 8026 was 6204, checked in by cetlod, 8 years ago

back the nemo_v3_6_STABLE_XIOS2 branch into 3_6_STABLE, including bugfixes, XIOS2 and new AGRIF

File size: 1.7 KB
Line 
1# IBM POWER7  UKMO
2# NCDF_INC    netcdf include file
3# NCDF_LIB    netcdf library
4# XIOS_INC    XIOS include files
5# XIOS_LIB    XIOS library
6# FC          Fortran compiler command
7# FCFLAGS     Fortran compiler flags
8# FFLAGS      Fortran 77 compiler flags
9# LD          linker
10# LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
11# FPPFLAGS    pre-processing flags
12# AR          assembler
13# ARFLAGS     assembler flags
14# MK          make
15# USER_INC    additional include files for the compiler,  e.g. -I<include dir>
16# USER_LIB    additional libraries to pass to the linker, e.g. -l<library>
17# CC          C compiler used to compile conv for AGRIF
18# CFLAGS      compiler flags used with CC
19
20
21%NCDF_INC            -I/home/cr/ocean/hadcv/netcdf/4.1.3_par/include
22%NCDF_LIB            -L/home/cr/ocean/hadcv/netcdf/4.1.3_par/lib -lnetcdf -lnetcdff -lhdf5 -lhdf5_hl -lhdf5_fortran -lz
23%XIOS_INC            -I/home/cr/ocean/hadcv/xios_lib/par/r618/xios/inc
24%XIOS_LIB            -L/home/cr/ocean/hadcv/xios_lib/par/r618/xios/lib -lxios
25%CPP               cpp
26%FC                  mpxlf90_r
27%FCFLAGS             -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF
28%FFLAGS             -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF
29%LD                  mpCC_r
30%LDFLAGS             -lxlf90 -L/projects/um1/lib -lsig -O2 -L MASS
31%FPPFLAGS            -E -P -traditional -I/opt/ibmhpc/pecurrent/ppe.poe/include -I/usr/lpp/ppe.poe/include/thread64
32%AR                  ar
33%ARFLAGS             rs
34%MK                  gmake
35%USER_INC            %NCDF_INC %XIOS_INC
36%USER_LIB            %NCDF_LIB %XIOS_LIB
37%CC                  xlc
38%CFLAGS              -O -qcpluscmt
Note: See TracBrowser for help on using the repository browser.