From 1e90fb67ee81c6248e5b3814521eae1129e5041c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Obih=C3=B6rnchen?= Date: Thu, 27 Sep 2018 18:59:12 +0200 Subject: [PATCH 1/2] [Docu] Remove "Install NVIDIA Management Library" You can't install NVML anymore. NVML has been part of CUDA since CUDA version 8. See: https://developer.nvidia.com/gpu-deployment-kit ``` The GPU Deployment Kit is part of the CUDA Toolkit, in versions 8 and later, and is no longer available as a separate download. ``` The package is called: `cuda-nvml-dev-9-2.ppc64le` --- docs/source/advanced/gpu/nvidia/repo/nvml.rst | 15 --------------- 1 file changed, 15 deletions(-) delete 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 deleted file mode 100644 index 7f74a3040..000000000 --- a/docs/source/advanced/gpu/nvidia/repo/nvml.rst +++ /dev/null @@ -1,15 +0,0 @@ -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=" From dd29a98ae39a3582ab02b573b1aaeddce8a983f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Obih=C3=B6rnchen?= Date: Sat, 13 Oct 2018 02:20:02 +0200 Subject: [PATCH 2/2] Remove reference in index.rst --- docs/source/advanced/gpu/nvidia/repo/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/advanced/gpu/nvidia/repo/index.rst b/docs/source/advanced/gpu/nvidia/repo/index.rst index 5d91fbe7c..9649e7fa5 100644 --- a/docs/source/advanced/gpu/nvidia/repo/index.rst +++ b/docs/source/advanced/gpu/nvidia/repo/index.rst @@ -10,5 +10,4 @@ Download the toolkit and prepare the software repository on the xCAT Management rhels.rst ubuntu.rst - nvml.rst