view masterJob.sh @ 36:e912ed51146a

fixed scope pblm in tar step
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 26 Mar 2020 15:29:12 +0000
parents e34cda3e7483
children 03abcdce54a0
line wrap: on
line source

#!/bin/bash
# Attempt at a master Master job
# Usage: qsub -v t=taskName[, x=extras] masterJob.sh
# Implies that ~/taskName_{0,1}.txt contain the necessary parameterisation
#PBS -l select=2:ncpus=36
#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" $x