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

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/ARCH/arch-X64_MOBILIS.fcm @ 5093

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

add CPP definition in arch files

File size: 2.3 KB
Line 
1# Mobilis - ClusterVision X86_64 cluster at NOCS
2#
3# Currently Loaded Modulefiles:
4#   1) gcc/4.8.1                               
5#   2) intel/compiler/64/14.0/2013_sp1.1.106
6#   3) openmpi/intel/64/1.6.5
7#
8# NCDF_HOME   root directory containing lib and include subdirectories for netcdf4
9# HDF5_HOME   root directory containing lib and include subdirectories for HDF5
10# XIOS_HOME   root directory containing lib for XIOS
11# OASIS_HOME  root directory containing lib for OASIS
12#
13# NCDF_INC    netcdf4 include file
14# NCDF_LIB    netcdf4 library
15# XIOS_INC    xios include file    (taken into accound only if key_iomput is activated)
16# XIOS_LIB    xios library         (taken into accound only if key_iomput is activated)
17# OASIS_INC   oasis include file   (taken into accound only if key_oasis3 is activated)
18# OASIS_LIB   oasis library        (taken into accound only if key_oasis3 is activated)
19#
20# FC          Fortran compiler command
21# FCFLAGS     Fortran compiler flags
22# FFLAGS      Fortran 77 compiler flags
23# LD          linker
24# LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries
25# FPPFLAGS    pre-processing flags
26# AR          assembler
27# ARFLAGS     assembler flags
28# MK          make
29# USER_INC    complete list of include files
30# USER_LIB    complete list of libraries to pass to the linker
31#
32# Note that:
33#  - unix variables "$..." are accpeted and will be evaluated before calling fcm.
34#  - fcm variables are starting with a % (and not a $)
35#
36%NCDF_HOME           /home/acc/shared
37%HDF5_HOME           /home/acc/shared
38%XIOS_HOME           /home/acc/XIOS
39%OASIS_HOME         
40
41%NCDF_INC            -I%NCDF_HOME/include
42%NCDF_LIB            -L%NCDF_HOME/lib -lnetcdf -lnetcdff -lnetcdf -L%HDF5_HOME/lib -lhdf5_hl -lhdf5 -lhdf5 -lcurl
43%XIOS_INC            -I%XIOS_HOME/inc
44%XIOS_LIB            -L%XIOS_HOME/lib -lxios
45%OASIS_INC           
46%OASIS_LIB           
47
48%CPP               cpp
49%FC                  mpif90 -c -cpp
50%FCFLAGS             -i4 -r8 -O3 -fp-model source -xAVX
51%FFLAGS              %FCFLAGS
52%LD                  mpif90
53%LDFLAGS             -lstdc++
54%FPPFLAGS            -P -C -traditional
55%AR                  ar
56%ARFLAGS             rs
57%MK                  gmake
58%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC
59%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB
Note: See TracBrowser for help on using the repository browser.