Mercurial > hg > cc > cirrus_home
diff masterJob.sh @ 34:e34cda3e7483
pass through extract args
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 26 Mar 2020 12:23:33 +0000 |
parents | 4c23b1766692 |
children | 03abcdce54a0 |
line wrap: on
line diff
--- a/masterJob.sh Tue Mar 24 17:53:35 2020 +0000 +++ b/masterJob.sh Thu Mar 26 12:23:33 2020 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # Attempt at a master Master job -# Usage: qsub -v t=taskName masterJob.sh +# Usage: qsub -v t=taskName[, x=extras] masterJob.sh # Implies that ~/taskName_{0,1}.txt contain the necessary parameterisation #PBS -l select=2:ncpus=36 #PBS -l place=exclhost @@ -8,10 +8,10 @@ #PBS -V #PBS -A dc007 #PBS -N master - +# #module load mpt cd ${PBS_O_WORKDIR} -bin/masterMaster.sh "$t" +bin/masterMaster.sh "$t" $x