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 10631 for utils/CI/sette/BATCH_TEMPLATE/batch-X64_MOBILIS – NEMO

Ignore:
Timestamp:
2019-02-04T17:19:48+01:00 (5 years ago)
Author:
smueller
Message:

Slight SETTE enhancement to improve the reliability of restartability and reproducibility tests; see ticket #2226

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/BATCH_TEMPLATE/batch-X64_MOBILIS

    r10450 r10631  
    11#!/bin/bash 
    22#SBATCH -N NODES 
    3 #SBATCH --time=00:59:00  
     3#SBATCH --time=03:59:00  
    44 
    55module purge 
    66module load shared 
    7 module use /home/acc/MyMods 
    8 # set programming environment and XIO_HOME  
    9 module load nemo-PrgEnv/4.0  
     7module load gcc 
     8module load noc/intel/17.0.4 
     9module load openmpi/intel/64/1.6.5 
     10module load slurm/16.05.8 
     11module load noc/subversion/1.7.16 
    1012 
    1113# 
     
    1416  export XCORES=NXIOPROCS 
    1517  export SETTE_DIR=DEF_SETTE_DIR 
     18  export XIO_HOME=/hpcdata/working/smueller/xios-2.5 
    1619# 
    1720# load sette functions (only post_test_tidyup needed) 
Note: See TracChangeset for help on using the changeset viewer.