Mercurial > hg > cc > cirrus_home
view masterJob.sh @ 60:ff4e85d8ec31
switch for use on login server, invoke by hand with 0/1 as only cmd line arg
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 23 Apr 2020 17:25:25 +0100 |
parents | 03abcdce54a0 |
children | 6304d5c46229 |
line wrap: on
line source
#!/bin/bash # Attempt at a master Master job # 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 #PBS -l walltime=48:00:00 #PBS -V #PBS -A dc007 #PBS -N master # #module load mpt cd ${PBS_O_WORKDIR} bin/masterMaster.sh "$t" $x