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/dev_r5218_CNRS17_coupling/NEMOGCM/ARCH/INGV – NEMO

source: branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/ARCH/INGV/arch-IBM_EKMAN_INGV.fcm @ 5382

Last change on this file since 5382 was 5382, checked in by smasson, 9 years ago

dev_r5218_CNRS17_coupling: merge with trunk rev 5381

  • Property svn:executable set to *
File size: 1.4 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
18%NCDF_INC            -I/srv/lib/netcdf-x/include
19%NCDF_LIB            -L/srv/lib/netcdf-x/lib -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lcurl -lstdc++
20%XIOS_ROOT           /home/delrosso/XIOS_1.0/xios-1.0
21%MPI_INTEL           -I/srv/intel/impi/4.1.0.024/include
22%CPP                 cpp
23%FC                  mpiifort
24%FCFLAGS             -r8 -O1 -g -traceback -fp-model precise
25%FFLAGS              %FCFLAGS
26%LD                  mpiifort
27%LDFLAGS
28%FPPFLAGS            -P -C -traditional
29%AR                  ar
30%ARFLAGS             rs
31%MK                  gmake
32%USER_INC            -I%XIOS_ROOT/inc %NCDF_INC %MPI_INTEL -I/srv/lib/zlib-last/include
33%USER_LIB            -L%XIOS_ROOT/lib -lxios %NCDF_LIB -L/srv/lib/zlib-last/lib -lz
Note: See TracBrowser for help on using the repository browser.