HPC Cluster Job Scheduler: Difference between revisions

From HPC Docs
Jump to navigation Jump to search
(Created page with "This page currently contains no content. (code411)")
 
No edit summary
Line 1: Line 1:
This page currently contains no content. (code411)
''This content is under construction. Check back often for updates.''
== Submitting Your First HPC Job ==
 
== Anatomy of a SLURM Sbatch Submit Script ==
 
== Advanced Submit Script Options ==
 
== Example Submit Scripts ==
 
== ELSA Job Partitions/Queues ==
{| class="wikitable"
|-
! Parition/Queue Name!! Max Time Limit !! Resource Type
|-
| short || 6 hours || CPU
|-
| normal || 24 hours || CPU
|-
| long || 7 days || CPU
|-
| nolimit || none || CPU
|-
| shortgpu || 6 hours || GPU
|-
| gpu || 7 days || GPU
|}

Revision as of 18:57, 29 April 2019

This content is under construction. Check back often for updates.

Submitting Your First HPC Job

Anatomy of a SLURM Sbatch Submit Script

Advanced Submit Script Options

Example Submit Scripts

ELSA Job Partitions/Queues

Parition/Queue Name Max Time Limit Resource Type
short 6 hours CPU
normal 24 hours CPU
long 7 days CPU
nolimit none CPU
shortgpu 6 hours GPU
gpu 7 days GPU