Skip to content

Running Jobs on MedicineBow

MedicinebowIcon

Assumptions

This page only covers what is unique about running jobs on the MedicineBow Cluster. All other information about running jobs is covered on Running HPC Jobs With Slurm Pages


Mandatory Slurm Directive

At time of writing, MedicineBow only requires a single Slurm directive to run jobs. This is the account directive, that is the same as the project name.

Examples

For batch jobs:

#SBATCH --account=<projectname>

For Interactive jobs

salloc --account=<projectname>