Flux not detecting/scheduling GPUs despite hwloc finding them #3372
-
I'm pretty sure this is a PEBCAK, but I'm not sure what I'm doing wrong. I'm using flux-core 0.19.0. Hwloc is definitely configured with CUDA support, it detects the GPUs as CoProcs, the hwloc XML that Flux generates has the CoProcs too, and the resource.update JSON has 2 GPUs in it. Despite all of that,
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If I install
|
Beta Was this translation helpful? Give feedback.
-
sched-simple only supports cores, so this is expected behavior. After v0.19.0, the GPU resources will show up in |
Beta Was this translation helpful? Give feedback.
sched-simple only supports cores, so this is expected behavior. After v0.19.0, the GPU resources will show up in
flux resource list
though they won't be schedulable by sched-simple.