#MSUB -l nodes=<my_node_count>

#MSUB -o DEFAULTJOBOUTPUTFILE

#MSUB -l partition=<my_partition>

#MSUB -q <my_batch_queue>

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

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

#MSUB -l resfailpolicy=ignore

#MSUB -V

export MOAB_JOBNAME="<my_job_name>"

export SLURM_TASKS_PER_NODE=1
export SBATCH_EXCLUSIVE="yes"

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

