source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/XIOS/xios_test_suite/COMPILE/job_compile_jeanzay.sh @ 5477

Last change on this file since 5477 was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
  • 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.