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-X64_athena.fcm in branches/2013/dev_CMCC_INGV_2013/NEMOGCM/ARCH/CMCC – NEMO

source: branches/2013/dev_CMCC_INGV_2013/NEMOGCM/ARCH/CMCC/arch-X64_athena.fcm @ 4201

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

ticket #1178 Merge of CMCC-INGV 2013 branches

File size: 2.0 KB
Line 
1# Curie BULL at TGCC, http://www-hpc.cea.fr/en/complexe/tgcc-curie.htm
2#
3# NCDF_HOME   root directory containing lib and include subdirectories for netcdf4
4# HDF5_HOME   root directory containing lib and include subdirectories for HDF5
5# XIOS_HOME   root directory containing lib for XIOS
6# OASIS_HOME  root directory containing lib for OASIS
7#
8# NCDF_INC    netcdf4 include file
9# NCDF_LIB    netcdf4 library
10# XIOS_INC    xios include file    (taken into accound only if key_iomput is activated)
11# XIOS_LIB    xios library         (taken into accound only if key_iomput is activated)
12# OASIS_INC   oasis include file   (taken into accound only if key_oasis3 is activated)
13# OASIS_LIB   oasis library        (taken into accound only if key_oasis3 is activated)
14#
15# FC          Fortran compiler command
16# FCFLAGS     Fortran compiler flags
17# FFLAGS      Fortran 77 compiler flags
18# LD          linker
19# LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries
20# FPPFLAGS    pre-processing flags
21# AR          assembler
22# ARFLAGS     assembler flags
23# MK          make
24# USER_INC    complete list of include files
25# USER_LIB    complete list of libraries to pass to the linker
26#
27# Note that:
28#  - unix variables "$..." are accpeted and will be evaluated before calling fcm.
29#  - fcm variables are starting with a % (and not a $)
30#
31
32
33
34%NCDF_INC            -I/users/home/sco003/mylib/include
35%NCDF_LIB            -L/users/home/sco003/mylib/lib -lnetcdff -lnetcdf -lhdf5_hl -lhdf5
36%XIOS_INC            -I/users/home/sco003/XIOS/inc
37%XIOS_LIB            -L/users/home/sco003/XIOS/lib  -lxios
38%FC                  mpiifort
39%FCFLAGS         -r8 -O3 -xHost -fp-model source -traceback
40%FFLAGS       -r8 -O3 -xHost -fp-model source -traceback
41%LD                  mpiifort
42%FPPFLAGS            -P -C -traditional
43%LDFLAGS             -lstdc++ -lz -lgpfs -lcurl
44%AR                  ar
45%ARFLAGS             -r
46%MK                  gmake
47%USER_INC            %XIOS_INC %NCDF_INC
48%USER_LIB            %XIOS_LIB %NCDF_LIB
Note: See TracBrowser for help on using the repository browser.