We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e2f49 commit bd88ff1Copy full SHA for bd88ff1
docs/running/slurm.md
@@ -301,7 +301,7 @@ if [[ $SLURM_LOCALID -eq 0 ]]; then
301
fi
302
303
# Set CUDA device
304
-numa_nodes=$(hwloc-calc --physical --intersect NUMAnode $(hwloc-bind --get --taskset))
+numa_nodes=$(HWLOC_KEEP_NVIDIA_GPU_NUMA_NODES=0 hwloc-calc --physical --intersect NUMAnode $(hwloc-bind --get --taskset))
305
export CUDA_VISIBLE_DEVICES=$numa_nodes
306
307
# Wait for MPS to start
0 commit comments