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

Last change on this file since 1821 was 1816, checked in by ymipsl, 4 years ago

XIOS test suite : adapt script for jean-zay
YM

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