#!/bin/bash
#PBS -l select=2:ncpus=36
#PBS -l place=exclhost
#PBS -l walltime=01:00:00
#PBS -V
#PBS -A dc007
#PBS -N shortTest36

#module load mpt

cd ${PBS_O_WORKDIR}
bin/dummy.sh


