Skip to content

Commit

Permalink
gather-topology: add /proc/driver/nvidia
Browse files Browse the repository at this point in the history
It contains information about GPU memory exposed as additional NUMA nodes
on P9+V100.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Apr 12, 2019
1 parent 87e963d commit 0c3e935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/hwloc/hwloc-gather-topology.in
Expand Up @@ -171,6 +171,7 @@ savefile "$destdir/$basename" /proc/stat
savefile "$destdir/$basename" /proc/version
savefile "$destdir/$basename" /proc/self/cpuset
savefile "$destdir/$basename" /proc/self/cgroup
savefile "$destdir/$basename" /proc/driver/nvidia

# Gather the following list of directories
savedir "$destdir/$basename" /sys/devices/system/cpu/
Expand Down

0 comments on commit 0c3e935

Please sign in to comment.