Skip to content

Resource Queue and Basic Tier Limits

Partition Resources Nodes per job Concurrent project limit Maximum job duration Allocation duration
gh200 Grace CPUs and GH200 GPUs 1 node Up to 3 nodes per project 12 hours 1 month (current BETA call)

Limits are shared across all project members. Fair sharing means jobs may queue; nodes are not dedicated. Your allocation limits apply even if Slurm displays broader partition limits.

Inspect Resources — Read-Only

sinfo -s -p gh200
sinfo -N -p gh200 -o '%N %P %t %c %m %G'

Example output (excerpt; not a live availability report):

NODELIST        PARTITION STATE CPUS MEMORY GRES
CLUSTER-NODE-01  gh200*    idle  144  960000 gpu:nvidia_gh200_144g_hbm3e:2(S:0-1)
CLUSTER-NODE-02  gh200*    mix   144  960000 gpu:nvidia_gh200_144g_hbm3e:2(S:0-1)

idle means unused, mix means partially allocated, and alloc means allocated. * marks the default partition. Memory is scheduler-configured memory in MiB; GPU resources appear under GRES.

Inspect partition limits or a node in more detail:

scontrol show partition gh200
scontrol show node CLUSTER-NODE-01