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-openmpi_NAVITI_MERCATOR.fcm in branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/ARCH – NEMO

source: branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/ARCH/arch-openmpi_NAVITI_MERCATOR.fcm @ 5956

Last change on this file since 5956 was 5956, checked in by mathiot, 8 years ago

ISF : merged trunk (5936) into branch

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