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_C2A_XIO.fcm in trunk/NEMOGCM/ARCH – NEMO

source: trunk/NEMOGCM/ARCH/arch-PW7_C2A_XIO.fcm @ 3869

Last change on this file since 3869 was 3869, checked in by cbricaud, 11 years ago

commit arch file for ECMWF IBM PW7, using XIOS

File size: 1.5 KB
Line 
1# POWER 6 at ECMWF
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#options:
17#
18#debug   : g -C -qinitauto=7FBFFFFF -qfloat=nans -qflttrap=overflow:underflow:zerodivide:invalid:enable
19#portage : -qsource
20#format  : -qfree=f90 -qfixed -qsuffix=f=f90 -qsuffix=cpp=F90
21#others  : -qmaxmem=-1 -qsave -qlargepage
22#
23%NCDF_INC            -I$(NETCDF_INC1)
24%NCDF_LIB            -L$(NETCDF_LIB1) -lnetcdf -lnetcdff -L$(HDF5_LIB) -lhdf5_hl -lhdf5 -lz
25%XIOS_INC            -I$(XIOS_INC)
26%XIOS_LIB            -L$(XIOS_LIB)  -lxios
27%XLF90_LIB           -lxlf90_r
28%FC                  mpxlf90_r
29%FCFLAGS             -qsuffix=f=f90 -qsuffix=cpp=F90 -qfree=f90 -O3 -qrealsize=8 -qarch=auto -qtune=auto -qinitauto
30%FFLAGS              -qsuffix=f=f90 -qsuffix=cpp=F90 -qfixed    -O3 -qrealsize=8 -qarch=auto -qtune=auto -qinitauto
31%LD                  mpCC_r
32%FPPFLAGS
33%LDFLAGS             -O2
34%AR                  ar 
35%ARFLAGS             -r
36%MK                  gmake
37%USER_INC            %XIOS_INC %NCDF_INC
38%USER_LIB            %XIOS_LIB %NCDF_LIB %XLF90_LIB
Note: See TracBrowser for help on using the repository browser.