Mercurial > hg > cc > cirrus_home
comparison masterJob.sh @ 33:4c23b1766692
towards sub-division of resulting tar files
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Tue, 24 Mar 2020 17:53:35 +0000 |
parents | a598469733d3 |
children | e34cda3e7483 |
comparison
equal
deleted
inserted
replaced
32:9676e7ad02e1 | 33:4c23b1766692 |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 # Attempt at a master Master job | 2 # Attempt at a master Master job |
3 # Usage: qsub -v t=taskName masterJob.sh | 3 # Usage: qsub -v t=taskName 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=2 | 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=08:00:00 |
8 #PBS -V | 8 #PBS -V |
9 #PBS -A dc007 | 9 #PBS -A dc007 |
10 #PBS -N master | 10 #PBS -N master |