2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-12 06:20:14 +00:00

Merge pull request #5672 from Obihoernchen/patch-7

[Docu] Remove "Install NVIDIA Management Library"
This commit is contained in:
Victor Hu
2018-10-12 20:40:52 -04:00
committed by GitHub
2 changed files with 0 additions and 16 deletions

View File

@@ -10,5 +10,4 @@ Download the toolkit and prepare the software repository on the xCAT Management
rhels.rst
ubuntu.rst
nvml.rst

View File

@@ -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/<gpu_deployment_kit>.run
# add as the postbootscript
chdef -t node -o <noderange> -p postbootscripts="<gpu_deployment_kit>.run \
--silent --installdir=<your_desired_install_dir>"