annotate plinksRedoJob.sh @ 87:b6a5999d8e06

working with locking and copying
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 16 Mar 2021 16:20:02 +0000
parents b976a7449d41
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 #!/bin/bash
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2 # Usage: qsub -v t1=1stTar,tn=numTars plinksJob.sh
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 #PBS -l select=2:ncpus=36
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 #PBS -l place=exclhost
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
5 #PBS -l walltime=08:00:00
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 #PBS -V
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
7 #PBS -A dc007
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
8 #PBS -N plr
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
9
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
10 #module load mpt
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
11
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
12 cd ${PBS_O_WORKDIR}
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
13
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
14 bin/plinksRedoMaster.sh
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
15