mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	[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`
This commit is contained in:
		| @@ -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>" | ||||
		Reference in New Issue
	
	Block a user