source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/arch/UKMO/arch-PW7_MONSOON.fcm @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

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%NCDF_INC            -I/home/dcalve/netcdf/4.1.3_seq/include
21%NCDF_LIB            -L/home/dcalve/netcdf/4.1.3_seq/lib -lnetcdf -lnetcdff -lhdf5 -lhdf5_hl -lhdf5_fortran -lz
22%XIOS_INC            -I/home/dstork/xios_lib/par/r521/xios/inc
23%XIOS_LIB            -L/home/dstork/xios_lib/par/r521/xios/lib -lxios
24%CPP                 cpp
25%FC                  mpxlf90_r
26%FCFLAGS             -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF
27%FFLAGS              -qrealsize=8 -qextname -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF -qfixed
28%LD                  mpCC_r
29%LDFLAGS             -lxlf90 -L/projects/um1/lib -lsig -O2 -L MASS
30%FPPFLAGS            -E -P -traditional -I/opt/ibmhpc/pecurrent/ppe.poe/include -I/usr/lpp/ppe.poe/include/thread64
31%AR                  ar
32%ARFLAGS             rs
33%MK                  gmake
34%USER_INC            %NCDF_INC %XIOS_INC
35%USER_LIB            %NCDF_LIB %XIOS_LIB
36
37%CC                  xlc
38%CFLAGS              -O -qcpluscmt
Note: See TracBrowser for help on using the repository browser.