Open HenrikBengtsson opened 6 years ago
Note to self: Just re-checked, qconf -se msg-iogpu3
now works on development nodes. Dropped warning about that from https://ucsf-hpc.github.io/wynton/scheduler/gpu.html.
Next task is to gather GPU info and incorporate in the https://ucsf-hpc.github.io/wynton/assets/data/host_table.tsv and present on https://ucsf-hpc.github.io/wynton/about/specs.html.
Only works for NVidia cards, but an alternative is to parse:
$ cat /proc/driver/nvidia/gpus/*/information
Model: GeForce GTX 980 Ti
IRQ: 60
GPU UUID: GPU-e3126112-7d81-e65c-0392-019611412abb
Video BIOS: 84.00.41.00.90
Bus Type: PCIe
DMA Size: 40 bits
DMA Mask: 0xffffffffff
Bus Location: 0000:84:00.0
Device Minor: 0
Blacklisted: No
Background
Information on GPUs can be obtained from
qconf
, e.g.Issue
Theqconf
command works only on the login nodes (which btw is clarified on https://ucsf-hpc.github.io/wynton/scheduler/gpu.html). This prevents us from callingqconf
from R and thewyntonquery
package, which in turn makes it much more tedious to automate the gathering of GPU info.EDIT 2019-04-12: Just checked,
qconf -se msg-iogpu3
now works on development nodes.