You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Partitions

Partition is the term used by Slurm to reference queues.  Depending on your job requirements, select the appropriate partition:

PartitionNodesDataCores per NodeMem per Node (GB)GPU TypeTime Limit (hr)PriorityCommentsLocation
anagpu

16

ALL 128NVIDIA GTX 1080Ti48  B054 (SRCF)
psanagpu(101 - 106)12
psanagpu(107 - 116)16
*anabatch      Default  

anagpu:This is16 node partition is for individuals wishing to use GPU resources

The information can be provided by the sinfo command:

sinfo
psslurm ~ # sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST 
anagpu* up infinite 1 drain psanagpu107 
anagpu* up infinite 6 idle psanagpu[101-104,110,113]

The * following the name means default partition (queue) is anagpu

Job Submission

The main way to run jobs on the cluster is by using the sbatch command.

Prior to submitting a batch job it is recommended to check that jobs that exist on the system by using the squeue command:

squeue
psslurm ~ # squeue 
             JOBID PARTITION     NAME     USER ST       TIME  NODES NODELIST(REASON) 
               187    anagpu ExampleM    omarq  R       0:04      1 psanagpu110 

  • No labels