You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should include details about hwloc needing to be compiled against NVML and OpenCL. The check for if GPU detection in Flux worked (#71). And that CUDA_DEVICE_ORDER should be set if launching with a system launcher like srun or jsrun.
The text was updated successfully, but these errors were encountered:
It should also cover the fact that if you don't have Fluxion loaded, hwloc may be detecting and reporting GPUs but sched-simple is ignoring them.
To test if hwloc is detecting them: flux start flux hwloc topology | grep CoProc. To test that fluxion is loaded: flux module list | grep fluxion (you should see a qmanager and resource module). If all of that is together, then flux resource list should list the GPUs.
This should include details about hwloc needing to be compiled against NVML and OpenCL. The check for if GPU detection in Flux worked (#71). And that
CUDA_DEVICE_ORDER
should be set if launching with a system launcher likesrun
orjsrun
.The text was updated successfully, but these errors were encountered: