annotate masterJob.sh @ 38:03abcdce54a0

up the time limit
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 02 Apr 2020 19:13:40 +0100
parents e34cda3e7483
children 6304d5c46229
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21
a598469733d3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 #!/bin/bash
a598469733d3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2 # Attempt at a master Master job
34
e34cda3e7483 pass through extract args
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 33
diff changeset
3 # Usage: qsub -v t=taskName[, x=extras] masterJob.sh
21
a598469733d3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 # Implies that ~/taskName_{0,1}.txt contain the necessary parameterisation
33
4c23b1766692 towards sub-division of resulting tar files
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 21
diff changeset
5 #PBS -l select=2:ncpus=36
21
a598469733d3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 #PBS -l place=exclhost
38
03abcdce54a0 up the time limit
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 34
diff changeset
7 #PBS -l walltime=48:00:00
21
a598469733d3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
8 #PBS -V
a598469733d3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
9 #PBS -A dc007
a598469733d3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
10 #PBS -N master
34
e34cda3e7483 pass through extract args
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 33
diff changeset
11 #
21
a598469733d3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
12 #module load mpt
a598469733d3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
13
a598469733d3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
14 cd ${PBS_O_WORKDIR}
a598469733d3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
15
34
e34cda3e7483 pass through extract args
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 33
diff changeset
16 bin/masterMaster.sh "$t" $x
21
a598469733d3 more job scripts
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
17