Mercurial > hg > cc > cirrus_home
comparison 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 |
comparison
equal
deleted
inserted
replaced
37:ef3533d3ac4b | 38:03abcdce54a0 |
---|---|
2 # Attempt at a master Master job | 2 # Attempt at a master Master job |
3 # Usage: qsub -v t=taskName[, x=extras] masterJob.sh | 3 # Usage: qsub -v t=taskName[, x=extras] masterJob.sh |
4 # Implies that ~/taskName_{0,1}.txt contain the necessary parameterisation | 4 # Implies that ~/taskName_{0,1}.txt contain the necessary parameterisation |
5 #PBS -l select=2:ncpus=36 | 5 #PBS -l select=2:ncpus=36 |
6 #PBS -l place=exclhost | 6 #PBS -l place=exclhost |
7 #PBS -l walltime=08:00:00 | 7 #PBS -l walltime=48:00:00 |
8 #PBS -V | 8 #PBS -V |
9 #PBS -A dc007 | 9 #PBS -A dc007 |
10 #PBS -N master | 10 #PBS -N master |
11 # | 11 # |
12 #module load mpt | 12 #module load mpt |