comparison plinksJob.sh @ 0:65a56c0d1c1f

bolting the barn door...
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 18 Feb 2020 13:15:05 +0000
parents
children 25ca3505b4d7
comparison
equal deleted inserted replaced
-1:000000000000 0:65a56c0d1c1f
1 #!/bin/bash
2 #PBS -l select=2:ncpus=36
3 #PBS -l place=exclhost
4 #PBS -l walltime=08:00:00
5 #PBS -V
6 #PBS -A dc007
7 #PBS -N plinks
8
9 module load mpt
10
11 cd ${PBS_O_WORKDIR}
12
13 export MPI_SHEPHERD=true
14
15 mpiexec_mpt -ppn 1 -n 2 bin/plinks.sh 2019-35
16