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

Ignore:
Timestamp:
2019-10-03T12:00:09+02:00 (5 years ago)
Author:
clem
Message:

make sette work for jean-zay machine

File:
1 edited

Legend:

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

    r11606 r11645  
    11#!/bin/bash 
     2#SBATCH -A GROUP_IDRIS@cpu 
    23#SBATCH --job-name=SETTE_JOB      # nom du job 
    3 #SBATCH --partition=cpu_port       # Nom de la partition d'exécution 
     4#SBATCH --partition=cpu_p1        # Nom de la partition d'exécution 
    45#SBATCH --ntasks=NPROCS                # Nombre total de processus MPI 
    56#SBATCH --ntasks-per-node=40       # Nombre de processus MPI par noeud 
     
    2223# Local settings for machine BULL (TITANE at CCRT France) 
    2324# 
    24 export MPIRUN="/usr/bin/time srun --mpi=pmi2" 
     25export MPIRUN="srun --mpi=pmi2 --cpu-bind=cores -K1" 
    2526 
    2627# 
Note: See TracChangeset for help on using the changeset viewer.