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/UKMO/2014_Surge_Modelling/NEMOGCM/ARCH – NEMO

source: branches/UKMO/2014_Surge_Modelling/NEMOGCM/ARCH/arch-X64_MOBILIS.fcm @ 5275

Last change on this file since 5275 was 4624, checked in by acc, 10 years ago

#1305. Fix slow start-up problems on some systems by introducing and using lwm logical to restrict output of merged namelists to the first (or only) processor. lwm is true only on the first processor regardless of ln_ctl. Small changes to all flavours of nemogcm.F90 are also required to write namctl and namcfg after the call to mynode which now opens output.namelist.dyn and writes nammpp.

File size: 2.2 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%FC                  mpif90 -c -cpp
49%FCFLAGS             -i4 -r8 -O3 -fp-model source -xAVX
50%FFLAGS              %FCFLAGS
51%LD                  mpif90
52%LDFLAGS             -lstdc++
53%FPPFLAGS            -P -C -traditional
54%AR                  ar
55%ARFLAGS             rs
56%MK                  gmake
57%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC
58%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB
Note: See TracBrowser for help on using the repository browser.