diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plinksJob.sh	Tue Feb 18 13:15:05 2020 +0000
@@ -0,0 +1,16 @@
+#!/bin/bash
+#PBS -l select=2:ncpus=36
+#PBS -l place=exclhost
+#PBS -l walltime=08:00:00
+#PBS -V
+#PBS -A dc007
+#PBS -N plinks
+
+module load mpt
+
+cd ${PBS_O_WORKDIR}
+
+export MPI_SHEPHERD=true
+
+mpiexec_mpt -ppn 1 -n 2 bin/plinks.sh 2019-35
+