#!/bin/sh
#PBS -N myTest
#PBS -o myOut.txt
#PBS -e myErr.txt
#PBS -q workq

echo Launchmode is 'hostname'
pbsdsh /home/brian/myTest/
# All done
