#BSUB -n <my_node_count>
#BSUB -o "DEFAULTJOBOUTPUTFILE"

# Note defaults of MAGPIE_STARTUP_TIME & MAGPIE_SHUTDOWN_TIME, this
# timelimit should be a fair amount larger than them combined.
#BSUB -W <my_time_in_hours:minutes>

# Job name.  This will be used in naming directories for the job.
#BSUB -J <my_job_name>

# Queue to launch job in
#BSUB -q <my_queue>

## LSF Values
# Generally speaking, don't touch the following, misc other configuration

#BSUB -R "span[ptile=1]"
#BSUB -x

# Need to tell Magpie how you are submitting this job
export MAGPIE_SUBMISSION_TYPE="lsfmpirun"

