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-ifort_CRAY_CCA_XIO2.fcm in NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/MERCATOR – NEMO

source: NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/MERCATOR/arch-ifort_CRAY_CCA_XIO2.fcm @ 10099

Last change on this file since 10099 was 10099, checked in by cbricaud, 6 years ago

move CCA archfile in MERCATOR/ directory, for nemo 3.6 coarsening branch

File size: 1.8 KB
Line 
1# POWER 6 at ECMWF
2#
3# NCDF_INC    netcdf4 include file
4# NCDF_LIB    netcdf4 library
5# XIOS_INC    xios include file    (taken into accound only if key_iomput is activated)
6# XIOS_LIB    xios library         (taken into accound only if key_iomput is activated)
7#
8# FC          Fortran compiler command
9# FCFLAGS     Fortran compiler flags
10# FFLAGS      Fortran 77 compiler flags
11# LD          linker
12# LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
13# FPPFLAGS    pre-processing flags
14# AR          assembler
15# ARFLAGS     assembler flags
16# MK          make 
17# USER_INC    complete list of include files
18# USER_LIB    complete list of libraries to pass to the linker
19#
20# Note that:
21#  - unix variables "$..." are accpeted and will be evaluated before calling fcm.
22#  - fcm variables are starting with a % (and not a $)
23#
24#options:
25# debug: -g  -check bounds -check uninit -check pointers -traceback
26#
27%XIOS_LIB -L /perm/ms/fr/ar5/DEV/intel/xios_trunk_r930/lib -lxios
28%XIOS_INC -I /perm/ms/fr/ar5/DEV/intel/xios_trunk_r930/include
29%NCDF_INC            -I$NETCDF_INC
30%NCDF_LIB            -L$NETCDF_LIB -lnetcdff -lnetcdf -L$HDF5_LIB -lhdf5_hl -lhdf5 -lz
31%CPP                 cpp
32%FC                  ftn
33##%FCFLAGS             -align array64byte -fp-model source -ftz -O2 -xAVX -finline-functions -finline-limit=500  -r8
34%FCFLAGS             -fp-model source -ftz -O2 -r8 -traceback
35#%FCFLAGS             -fp-model source -O1 -r8 -check bounds  -g -traceback -check pointers -check uninit -fpe-all=0 -ftz
36%FFLAGS              %FCFLAGS
37%LD                  ftn
38%FPPFLAGS            -P -C -traditional
39%LDFLAGS              -sox
40%AR                  ar
41%ARFLAGS             -rs
42%MK                  gmake
43%USER_INC            %XIOS_INC %NCDF_INC
44%USER_LIB            %XIOS_LIB %NCDF_LIB -lstdc++
Note: See TracBrowser for help on using the repository browser.