#!/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 test

#module load mpt

cd ${PBS_O_WORKDIR}
bin/dummy.sh


