#PBS -N <my_job_name>

#PBS -A <my_account_string>

#PBS -l nodes=<my_node_count>

#PBS -o DEFAULTJOBOUTPUTFILE

#PBS -l partition=<my_partition>

#PBS -q <my_batch_queue>

# Note defaults of MAGPIE_STARTUP_TIME & MAGPIE_SHUTDOWN_TIME, the
# walltime should be a fair amount larger than them combined.

#PBS -l walltime=<my_time_in_seconds_or_HH:MM:SS>

#PBS -l resfailpolicy=ignore

# Need to tell Magpie how you are submitting this job
#
# IMPORTANT: This submit file assumes torque is the underlying resource
# manager.  If it is not, a new Magpie submission type should be added
# into Magpie.
export MAGPIE_SUBMISSION_TYPE="msubtorquepdsh"
