diff masterJob.sh @ 21:a598469733d3

more job scripts
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 18 Mar 2020 10:57:21 +0000
parents
children 4c23b1766692
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/masterJob.sh	Wed Mar 18 10:57:21 2020 +0000
@@ -0,0 +1,17 @@
+#!/bin/bash
+# Attempt at a master Master job
+# Usage: qsub -v t=taskName masterJob.sh
+# Implies that ~/taskName_{0,1}.txt contain the necessary parameterisation
+#PBS -l select=2:ncpus=2
+#PBS -l place=exclhost
+#PBS -l walltime=08:00:00
+#PBS -V
+#PBS -A dc007
+#PBS -N master
+
+#module load mpt
+
+cd ${PBS_O_WORKDIR}
+
+bin/masterMaster.sh "$t"
+