2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Create nvml.rst

Forgot to add this to the git commit
This commit is contained in:
Victor Hu 2015-10-29 15:56:56 -04:00
parent 8d77f49954
commit 630d831cc6

View File

@ -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/<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>"