source: CPL/oasis3-mct/branches/OASIS3-MCT_5.0_branch/lib/mct/examples/simple/srun.script @ 6331

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

Moved oasis-mct_5.0 in oasis3-mct/branches directory.

File size: 231 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 4 -N 1 --kill-on-bad-exit ./twocon
Note: See TracBrowser for help on using the repository browser.