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

source: branches/2013/dev_LOCEAN_CMCC_INGV_MERC_UKMO_2013/NEMOGCM/ARCH/INGV/arch-IBM_EKMAN_INGV.fcm @ 4277

Last change on this file since 4277 was 4277, checked in by poddo, 10 years ago

Added INGV batch file for SETTE and created INGV directory for INGV arch file

  • Property svn:executable set to *
File size: 1.3 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_447/trunk
21%MPI_INTEL           -I/srv/intel/impi/4.1.0.024/include
22%FC                  mpiifort
23%FCFLAGS             -r8 -O3 -g -traceback
24%FFLAGS              %FCFLAGS
25%LD                  mpiifort
26%LDFLAGS             
27%FPPFLAGS            -P -C -traditional
28%AR                  ar
29%ARFLAGS             rs
30%MK                  gmake
31%USER_INC            -I%XIOS_ROOT/inc %NCDF_INC %MPI_INTEL -I/srv/lib/zlib-last/include
32%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.