source: XIOS/trunk/xios_test_suite/COMPILE/job_compile_jeanzay.sh @ 1829

Last change on this file since 1829 was 1823, checked in by ymipsl, 4 years ago

XIOS test suite : update jean-zay configuration
YM

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 434 bytes
Line 
1#!/bin/bash
2#SBATCH --ntasks=1              # Nombre total de processus MPI
3#SBATCH --cpus-per-task=40
4#SBATCH --hint=nomultithread
5#SBATCH -t 00:30:00              # Temps elapsed maximum d'exécution
6#SBATCH -o output.out     # Nom du fichier de sortie
7#SBATCH -e error.err     # Nom du fichier d'erreur
8#SBATCH -A psl@cpu
9
10#----------------- Compile job for Jean-Zay --------------
11
12
13cd ${SLURM_SUBMIT_DIR}
14
15cmake .
16ctest -V
17
18exit
Note: See TracBrowser for help on using the repository browser.