From 630d831cc69912c31423014e49f1e0e7abfe9eb0 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 29 Oct 2015 15:56:56 -0400 Subject: [PATCH] Create nvml.rst Forgot to add this to the git commit --- docs/source/advanced/gpu/nvidia/repo/nvml.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/source/advanced/gpu/nvidia/repo/nvml.rst diff --git a/docs/source/advanced/gpu/nvidia/repo/nvml.rst b/docs/source/advanced/gpu/nvidia/repo/nvml.rst new file mode 100644 index 000000000..8453700dc --- /dev/null +++ b/docs/source/advanced/gpu/nvidia/repo/nvml.rst @@ -0,0 +1,15 @@ +Install NVIDIA Management Library (optional) +============================================ + +See https://developer.nvidia.com/nvidia-management-library-nvml for more information. + +The .run file can be downloaded from NVIDIAs website and placed into the ``/install/postscripts`` directory on the Management Node. + +To enable installation of the management library after the node is install, add the .run file to the ``postbootscripts`` attribute for the nodes: :: + + # ensure the .run file has execute permission + chmod +x /install/postscripts/.run + + # add as the postbootscript + chdef -t node -o -p postbootscripts=".run \ + --silent --installdir="