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 13754 for utils/CI/r12931_sette_ticket2462/BATCH_TEMPLATE – NEMO

Ignore:
Timestamp:
2020-11-09T17:11:35+01:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2462 merge with default sette

Location:
utils/CI/r12931_sette_ticket2462/BATCH_TEMPLATE
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/r12931_sette_ticket2462/BATCH_TEMPLATE/batch-X64_IRENE_DEBUG

    r12128 r13754  
    11#!/bin/bash 
    2 #MSUB -T 3600                # elapsed time limit in seconds   (60 minutes) 
     2#MSUB -T 1790                # elapsed time limit in seconds   (60 minutes) 
    33#MSUB -r SETTE_JOB           # Job name 
    44#MSUB -o sette.jobid_%I.txt  # standard output 
  • utils/CI/r12931_sette_ticket2462/BATCH_TEMPLATE/batch-X64_IRENE_GCC_DEBUG

    r12653 r13754  
    11#!/bin/bash 
    2 #MSUB -T 4000                # elapsed time limit in seconds   (60 minutes) 
     2#MSUB -T 1790                # elapsed time limit in seconds   (60 minutes) 
    33#MSUB -r SETTE_JOB           # Job name 
    44#MSUB -o sette.jobid_%I.txt  # standard output 
  • utils/CI/r12931_sette_ticket2462/BATCH_TEMPLATE/batch-X64_JEANZAY_DEBUG

    r11645 r13754  
    88# de Slurm "multithread" fait bien référence à l'hyperthreading. 
    99#SBATCH --hint=nomultithread       # 1 processus MPI par coeur physique (pas d'hyperthreading) 
    10 #SBATCH --time=00:59:00            # Temps d’exécution maximum demande (HH:MM:SS) 
     10#SBATCH --time=00:29:00            # Temps d’exécution maximum demande (HH:MM:SS) 
    1111#SBATCH --output=sette.jobid_%j.out  # Nom du fichier de sortie 
    1212#SBATCH --error=sette.jobid_%j.out   # Nom du fichier d'erreur (ici commun avec la sortie) 
Note: See TracChangeset for help on using the changeset viewer.