Changes between Version 2 and Version 3 of Xen_GPU_cluster
- Timestamp:
- Feb 6, 2009, 7:00:30 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_GPU_cluster
v2 v3 18 18 rock@cloud:~$ sudo ln -sf /usr/src/linux-headers-2.6.24-19 /usr/src/linux [[BR]] 19 19 rock@cloud:~/nvidia/cuda$ sudo sh NVIDIA-Linux-x86_64-180.22-pkg2.run [[BR]] 20 rock@cloud:~$ sudo mkdir /opt/cuda [[BR]] 21 rock@cloud:~/nvidia/cuda$ sudo sh cudatoolkit_2.1_linux64_ubuntu8.04.run [[BR]] 22 {{{ 23 Enter install path (default /usr/local/cuda, '/cuda' will be appended): /opt 24 }}} 20 25 26 # Note: 27 {{{ 28 * Please make sure your PATH includes /opt/cuda/bin 29 * Please make sure your LD_LIBRARY_PATH includes /opt/cuda/lib 30 * or add /opt/cuda/cuda/lib to /etc/ld.so.conf and run ldconfig as root 21 31 32 * Please read the release notes in /opt/cuda/doc/ 33 34 * To uninstall CUDA, delete /opt/cuda 35 * Installation Complete 36 }}} 37 38 rock@cloud:~$ sudo mkdir /opt/NVIDIA_CUDA_SDK [[BR]] 39 rock@cloud:~/nvidia/cuda$ sudo sh cuda-sdk-linux-2.10.1215.2015-3233425.run [[BR]] 40 41 # Note: 42 {{{ 43 {{{ 44 Enter install path (default /usr/local/cuda, '/cuda' will be appended): /opt/cuda 45 }}} 46 47 }}} 48 {{{ 49 Configuring SDK Makefile (/opt/NVIDIA_CUDA_SDK/common/common.mk)... 50 51 * Please make sure your PATH includes /opt/cuda/bin 52 * Please make sure your LD_LIBRARY_PATH includes /opt/cuda/lib 53 54 * To uninstall the NVIDIA CUDA SDK, please delete /opt/NVIDIA_CUDA_SDK 55 }}}