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_MERCATOR_CLUSTER.fcm in branches/UKMO/dev_r5107_hadgem3_mct/NEMOGCM/ARCH/OLD – NEMO

source: branches/UKMO/dev_r5107_hadgem3_mct/NEMOGCM/ARCH/OLD/arch-ifort_MERCATOR_CLUSTER.fcm @ 5568

Last change on this file since 5568 was 5568, checked in by davestorkey, 9 years ago

Upgrade UKMO/dev_r5107_hadgem3_mct branch to trunk revision 5518
( = branching point for NEMO 3.6_stable).

File size: 1.2 KB
Line 
1# generic ifort compiler options for linux
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# debug: -g  -check bounds -check uninit -check pointers -traceback
16
17%NCDF_INC            -I$NETCDF_INC
18%NCDF_LIB            -L$NETCDF_LIB -lnetcdff -lnetcdf -L$HDF5_LIB -lhdf5_hl -lhdf5 -lz
19
20%CPP                 cpp
21%FC                  mpif90
22%FCFLAGS             -O2 -fp-model precise  -traceback -r8  -convert big_endian -assume byterecl
23%FFLAGS              %FCFLAGS
24%LD                   mpif90
25%FPPFLAGS            -P -C -traditional
26%LDFLAGS             -O2
27%AR                  ar
28%ARFLAGS             -rs
29%MK                  gmake
30%USER_INC            -I$XIOS_INC %NCDF_INC
31%USER_LIB            -L$XIOS_LIB -lxios %NCDF_LIB -lstdc++
32
Note: See TracBrowser for help on using the repository browser.