annotate shortTestJob.sh @ 29:a95a1b31f5e9

try to fix multi-line lossage
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 18 Mar 2020 21:54:47 +0000
parents ce4c2ec0d5b3
children 6f28ac7d5255
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 #!/bin/bash
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2 #PBS -l select=2:ncpus=19
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 #PBS -l place=exclhost
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 #PBS -l walltime=01:00:00
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
5 #PBS -V
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 #PBS -A dc007
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
7 #PBS -N shortTest19
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
8
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
9 #module load mpt
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
10
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
11 cd ${PBS_O_WORKDIR}
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
12 bin/dummy.sh
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
13
ce4c2ec0d5b3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
14