Mercurial > hg > cc > cirrus_home
comparison masterJob.sh @ 21:a598469733d3
more job scripts
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 18 Mar 2020 10:57:21 +0000 |
parents | |
children | 4c23b1766692 |
comparison
equal
deleted
inserted
replaced
20:5371599c0cfa | 21:a598469733d3 |
---|---|
1 #!/bin/bash | |
2 # Attempt at a master Master job | |
3 # Usage: qsub -v t=taskName masterJob.sh | |
4 # Implies that ~/taskName_{0,1}.txt contain the necessary parameterisation | |
5 #PBS -l select=2:ncpus=2 | |
6 #PBS -l place=exclhost | |
7 #PBS -l walltime=08:00:00 | |
8 #PBS -V | |
9 #PBS -A dc007 | |
10 #PBS -N master | |
11 | |
12 #module load mpt | |
13 | |
14 cd ${PBS_O_WORKDIR} | |
15 | |
16 bin/masterMaster.sh "$t" | |
17 |