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-IBM_EKMAN_INGV.fcm in branches/2015/nemo_v3_6_STABLE/NEMOGCM/ARCH/INGV – NEMO

source: branches/2015/nemo_v3_6_STABLE/NEMOGCM/ARCH/INGV/arch-IBM_EKMAN_INGV.fcm @ 8146

Last change on this file since 8146 was 8146, checked in by emanuelaclementi, 7 years ago

#1910 Add compiler flags for AGRIF in INGV arch file

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1# EKMAN IBM Intel Sandy Bridge at INGV
2# NCDF_INC    netcdf include file
3# NCDF_LIB    netcdf library
4# XIOS_ROOT   root directory containing lib for XIOS
5# MPI_INTEL   directory for intel mpi 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/srv/lib/netcdf-x/include
21%NCDF_LIB            -L/srv/lib/netcdf-x/lib -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lcurl -lstdc++
22%XIOS_ROOT           /home/delrosso/XIOS_1.0/xios-1.0
23%MPI_INTEL           -I/srv/intel/impi/4.1.0.024/include
24%CPP                 cpp
25%FC                  mpiifort
26%FCFLAGS             -r8 -O1 -g -traceback -fp-model precise
27%FFLAGS              %FCFLAGS
28%LD                  mpiifort
29%LDFLAGS
30%FPPFLAGS            -P -C -traditional
31%AR                  ar
32%ARFLAGS             rs
33%MK                  gmake
34%USER_INC            -I%XIOS_ROOT/inc %NCDF_INC %MPI_INTEL -I/srv/lib/zlib-last/include
35%USER_LIB            -L%XIOS_ROOT/lib -lxios %NCDF_LIB -L/srv/lib/zlib-last/lib -lz
36%CC                  icc
37%CFLAGS              -O0
Note: See TracBrowser for help on using the repository browser.