Mercurial > hg > cc > cirrus_home
comparison plinksRedoJob.sh @ 17:b976a7449d41
sic
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 27 Feb 2020 13:24:19 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
16:47ef882acbec | 17:b976a7449d41 |
---|---|
1 #!/bin/bash | |
2 # Usage: qsub -v t1=1stTar,tn=numTars plinksJob.sh | |
3 #PBS -l select=2:ncpus=36 | |
4 #PBS -l place=exclhost | |
5 #PBS -l walltime=08:00:00 | |
6 #PBS -V | |
7 #PBS -A dc007 | |
8 #PBS -N plr | |
9 | |
10 #module load mpt | |
11 | |
12 cd ${PBS_O_WORKDIR} | |
13 | |
14 bin/plinksRedoMaster.sh | |
15 |