Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Partition

Nodes

Description

smp

prod-[001-120]

  • default partition,

  • MaxNodes=1 → MaxCores=128,

  • default RAM: 1900 MB/core
  • Jobs can share a node

smpht

prod-[121-240]

like smp but with hyperthreading (to be more precise: Simultaneous multithreading, SMT) https://en.wikipedia.org/wiki/Simultaneous_multithreadi

mpp

prod-[001-120]

  • exclusive access to nodes,

  • MaxNodes=240

mppht

prod-[121-240]

like mpp but with HT

fat

fat-00[1-2]

  • like smp but for jobs with extensive need of RAM

  • default RAM: 30000 MB/core

fatht

fat-00[3-4]

like fat but with HT

gpu

gpu-00[1-2]

  • like smp but...

  • ... the two gpu nodes each contain a different number and type of GPU:

    • gpu-001: 2x A40  

    • gpu-002: 4x A100

  • ...you can specify your favorite GPU by the node's name
    -w gpu-00x or --nodelist=gpu-00x
    or  you can specify the have to specify the type and number of desired GPUs via
    --gpus=<GpuType>:<GpuNumber>
    (otherwise no GPU will be allocated for you)

Quality of service (--qos)

...