source: XIOS/trunk/xios_test_suite/TEST_SUITE/job_jeanzay_local.sh @ 1833

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

XIOS test suite : add scripts for local compile and test for Jean-Zay

  • Property svn:executable set to *
File size: 820 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 --cpus-per-task=1
6#SBATCH --hint=nomultithread
7#SBATCH -t 00:10:00              # Temps elapsed maximum d'exécution
8#SBATCH -o output.out     # Nom du fichier de sortie
9#SBATCH -e error.err     # Nom du fichier d'erreur
10##SBATCH -p cpu_port             # Nom de la partition d'exécution
11##SBATCH -A sos@cpu
12##SBATCH --distribution=arbitrary
13#SBATCH --account=psl@cpu
14
15ulimit -c 0
16
17cd ${SLURM_SUBMIT_DIR}
18
19#============================= X64_JEANZAY_prod =============================
20
21export arch=X64_JEANZAY
22export mode=prod
23
24./run_test_local
25
26
27#============================= X64_JEANZAY_debug =============================
28
29export arch=X64_JEANZAY
30export mode=debug
31
32./run_test_local
Note: See TracBrowser for help on using the repository browser.