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/2013/dev_LOCEAN_2013/NEMOGCM/ARCH – NEMO

source: branches/2013/dev_LOCEAN_2013/NEMOGCM/ARCH/arch-PW7_METO.fcm @ 4990

Last change on this file since 4990 was 4162, checked in by cetlod, 11 years ago

dev_LOCEAN_2013 : merge in trunk changes between r4028 and r4119, see ticket #1169

File size: 1.5 KB
Line 
1# IBM POWER6  UKMO
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/home/nwp/nm/frrj/lib/MTOOLS/include
18%NCDF_LIB            -L/home/nwp/nm/frrj/lib/MTOOLS/lib -lnetcdf -lhdf5 -lhdf5_hl -lhdf5_fortran -lz
19%XIOS_ROOT           /home/cr/ocean/hadcv/xios_r445
20%FC                  mpxlf90_r
21%FCFLAGS             -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -NS32768 -I/home/nwp/nm/frrj/lib/MTOOLS/include -g -O3 -qnostrict
22%FFLAGS              -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -NS32768 -I/home/nwp/nm/frrj/lib/MTOOLS/include -g -O3 -qnostrict
23%LD                  mpCC_r
24%LDFLAGS             -lxlf90 -L/home/nwp/nm/frrj/lib/MTOOLS/lib -lnetcdf -L/projects/um1/lib -lsig -O3 -L MASS
25%FPPFLAGS            -E -P -traditional -I/opt/ibmhpc/pecurrent/ppe.poe/include -I/usr/lpp/ppe.poe/include/thread64
26%AR                  ar
27%ARFLAGS             rs
28%MK                  gmake
29%USER_INC            %NCDF_INC -I%XIOS_ROOT/inc
30%USER_LIB            %NCDF_LIB -L%XIOS_ROOT/lib -lxios
Note: See TracBrowser for help on using the repository browser.