Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Total number of nodes and total number of GPU's. `sinfo --Format=nodehost,available,memory,statelong,gres:40 -p gpu,gpu_quad,gpu_requeue --noheader|awk '{print $5}'|awk -F ':' '{print $3}' |awk -F ',' '{print $1}'|paste -sd+ | bc`

Table of Contents

GPU Resources in O2

There are 28 31 GPU nodes with a total of 135 147 GPU cards available on the O2 cluster. The nodes are accessible in three gpu partitions: gpu, gpu_quad, gpu_requeue.

...

The gpu_quad partition is open to any users working for a PI with a primary or secondary appointment in a pre-clinical department; to run jobs on the gpu_quad partition use the flag -p gpu_quad. If you work at an affiliate institution but are collaborating with an on-Quad PI, please contact Research Computing to gain access.

...