Mercurial > hg > cc > cirrus_home
annotate masterJob.sh @ 70:efa138bcb171
x
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Tue, 28 Apr 2020 19:01:41 +0100 |
parents | 03abcdce54a0 |
children | 6304d5c46229 |
rev | line source |
---|---|
21 | 1 #!/bin/bash |
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 | 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 | 6 #PBS -l place=exclhost |
38 | 7 #PBS -l walltime=48:00:00 |
21 | 8 #PBS -V |
9 #PBS -A dc007 | |
10 #PBS -N master | |
34
e34cda3e7483
pass through extract args
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
33
diff
changeset
|
11 # |
21 | 12 #module load mpt |
13 | |
14 cd ${PBS_O_WORKDIR} | |
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 | 17 |