source: CPL/oasis3-mct_5.0/lib/mct/testsystem/testall/srun.example @ 6328

Last change on this file since 6328 was 6328, checked in by aclsce, 17 months ago

First import of oasis3-mct_5.0 (from oasis git server, branch OASIS3-MCT_5.0)

File size: 234 bytes
Line 
1#!/bin/sh
2# Batch system directives
3#SBATCH  --job-name=run.MCTtest
4#SBATCH  --nodes=1
5#SBATCH  --output=run.MCTtest.%j
6#SBATCH  --exclusive
7##SBATCH -A condo
8##SBATCH -p acme-small
9
10
11srun  -l -n 6 -N 1 --kill-on-bad-exit ./testall
Note: See TracBrowser for help on using the repository browser.