This cluster is made up of several partitions (queues) that can be accessed via SSH to "seq-login.sabu.mtu.edu." This is the login node/submit node. Partitions/Queues are listed in the Resources tab and vary by cluster. This cluster uses Slurm for job submission/job scheduling.
Slurm is a batch scheduling system designed to schedule the computing resources in a cluster of computers. When users of the Research Computing system submit a prepared job script using the sbatch command from the login node the Slurm scheduler analyzes information about the job from the command line and #SBATCH directives in the job script to determine the resources required for the job. Slurm also tracks the time of submission and the amount of compute time used recently by each user.
When a submitted job is actually executed is determined by: