source: XIOS/dev/dev_trunk_omp/xios_test_suite/COMPILE/job_compile_jeanzay.sh @ 1844

Last change on this file since 1844 was 1844, checked in by yushan, 4 years ago

dev_trunk_omp : add xios_test_suite folder

  • 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.