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.
Changeset 10452 – NEMO

Changeset 10452


Ignore:
Timestamp:
2019-01-03T16:42:06+01:00 (5 years ago)
Author:
acc
Message:

Update NOC-specific, MOBILIS arch file for compatibility with the module environments (nemo-PrgEnv?/4.0 and nemo-PrgEnv?/3.6)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/arch/NOC/arch-X64_MOBILIS.fcm

    r10451 r10452  
    11# Mobilis - ClusterVision X86_64 cluster at NOCS 
     2#--------------------------------------------------------------------- 
     3#  REMEMBER TO LOAD THE CORRECT ENVIRONMENT BEFORE INVOKING makenemo # 
     4#--------------------------------------------------------------------- 
    25# 
    3 # Currently Loaded Modulefiles: 
    4 #   1) gcc/6.1.0 
    5 #   2) noc/intel/17.0.4 
    6 #   3) openmpi/intel/64/1.6.5 
    7 #   4) slurm/16.05.8  
     6#  Works with nemo-PrgEnv modules on Mobilis 
     7#    module use /home/acc/MyMods 
     8#  and either: 
    89# 
     10#    module load nemo-PrgEnv/4.0 
     11#  or 
     12#    module load nemo-PrgEnv/3.6 
     13# 
     14#--------------------------------------------------------------------- 
    915# NCDF_HOME   root directory containing lib and include subdirectories for netcdf4 
    1016# HDF5_HOME   root directory containing lib and include subdirectories for HDF5 
     
    3440# 
    3541# Note that: 
    36 #  - unix variables "$..." are accpeted and will be evaluated before calling fcm. 
    3742#  - fcm variables are starting with a % (and not a $) 
     43#  - unix variables "$..." are accepted and will be evaluated before calling fcm. 
     44#  - The $ variables in this arch file are set by the nemo-PrgEnv module (see top) 
    3845# 
    39 %NCDF_HOME           /home/acc/shared_v4 
    40 %HDF5_HOME           /home/acc/shared_v4 
    41 %XIOS_HOME           /home/acc/XIOS_2.5 
     46%NCDF_HOME           $NETCDF_DIR 
     47%HDF5_HOME           $HDF5_DIR 
     48%XIOS_HOME           $XIO_HOME 
    4249%OASIS_HOME           
    4350 
Note: See TracChangeset for help on using the changeset viewer.