Changes between Version 15 and Version 16 of Xen_GPU_cluster
- Timestamp:
- Mar 5, 2009, 3:32:05 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_GPU_cluster
v15 v16 23 23 rock@cloud:~/nvidia/cuda$ wget http://developer.download.nvidia.com/compute/cuda/2_1/SDK/cuda-sdk-linux-2.10.1215.2015-3233425.run [[BR]] 24 24 rock@cloud:~$ sudo apt-get install autoconf automake build-essential gcc make libtool initramfs-tools libxi6 libxi-dev libxmu6 libxmu-dev linux-kernel-devel linux-headers-2.6.27-11-server xserver-xorg-core xserver-xorg-dev [[BR]] 25 rock@cloud:~$ sudo ln -sf /usr/src/linux- headers-2.6.24-23/usr/src/linux [[BR]]25 rock@cloud:~$ sudo ln -sf /usr/src/linux-2.6.22 /usr/src/linux [[BR]] 26 26 rock@cloud:~/nvidia/cuda$ sudo sh NVIDIA-Linux-x86_64-180.22-pkg2.run [[BR]] 27 rock@cloud:~$ sudo mkdir /opt/cuda [[BR]]28 27 rock@cloud:~/nvidia/cuda$ sudo sh cudatoolkit_2.1_linux64_ubuntu8.04.run [[BR]] 29 28 {{{ 30 Enter install path (default /usr/local/cuda, '/cuda' will be appended): / opt29 Enter install path (default /usr/local/cuda, '/cuda' will be appended): /usr/local/cuda 31 30 }}} 32 31 33 32 # Note: 34 33 {{{ 35 * Please make sure your PATH includes / opt/cuda/bin36 * Please make sure your LD_LIBRARY_PATH includes / opt/cuda/lib34 * Please make sure your PATH includes /usr/local/cuda/bin 35 * Please make sure your LD_LIBRARY_PATH includes /usr/local/cuda/lib 37 36 * or add /opt/cuda/lib to /etc/ld.so.conf and run ldconfig as root 38 37 39 * Please read the release notes in / opt/cuda/doc/40 41 * To uninstall CUDA, delete / opt/cuda38 * Please read the release notes in /usr/local/cuda/doc/ 39 40 * To uninstall CUDA, delete /usr/local/cuda 42 41 * Installation Complete 43 42 }}} 44 43 45 rock@cloud:~$ sudo mkdir /opt/NVIDIA_CUDA_SDK [[BR]]46 44 rock@cloud:~/nvidia/cuda$ sudo sh cuda-sdk-linux-2.10.1215.2015-3233425.run [[BR]] 47 45 … … 49 47 {{{ 50 48 {{{ 51 Enter install path (default /usr/local/cuda, '/cuda' will be appended): / opt/cuda49 Enter install path (default /usr/local/cuda, '/cuda' will be appended): /usr/local/cuda/NVIDIA_CUDA_SDK 52 50 }}} 53 51 … … 56 54 Configuring SDK Makefile (/opt/NVIDIA_CUDA_SDK/common/common.mk)... 57 55 58 * Please make sure your PATH includes / opt/cuda/bin59 * Please make sure your LD_LIBRARY_PATH includes / opt/cuda/lib60 61 * To uninstall the NVIDIA CUDA SDK, please delete / opt/NVIDIA_CUDA_SDK56 * Please make sure your PATH includes /usr/local/cuda/bin 57 * Please make sure your LD_LIBRARY_PATH includes /usr/local/cuda/lib 58 59 * To uninstall the NVIDIA CUDA SDK, please delete /usr/local/cuda/NVIDIA_CUDA_SDK 62 60 }}} 63 61 … … 65 63 {{{ 66 64 Add: 67 export PATH=$PATH:/ opt/cuda/bin65 export PATH=$PATH:/usr/local/cuda/bin 68 66 }}} 69 67 rock@cloud:~$ source /etc/profile [[BR]] … … 71 69 {{{ 72 70 Add: 73 / opt/cuda/lib71 /usr/local/cuda/lib 74 72 }}} 75 73 rock@cloud:~$ sudo ldconfig [[BR]] 76 74 {{{ 77 / opt/cuda/lib:75 /usr/local/cuda/lib: 78 76 libcublasemu.so.2 -> libcublasemu.so.2.1 79 77 libcufftemu.so.2 -> libcufftemu.so.2.1 … … 187 185 }}} 188 186 189 rock@cloud:~$ less /var/log/Xorg.0.log | grep NVIDIA [[BR]]190 {{{191 (II) Module glx: vendor="NVIDIA Corporation"192 (II) NVIDIA GLX Module 180.29 Thu Feb 5 00:05:47 PST 2009193 (II) Module nvidia: vendor="NVIDIA Corporation"194 (II) NVIDIA dlloader X Driver 180.29 Wed Feb 4 23:45:20 PST 2009195 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs196 (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32197 (==) NVIDIA(0): RGB weight 888198 (==) NVIDIA(0): Default visual is TrueColor199 (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)200 (**) NVIDIA(0): Option "RenderAccel" "True"201 (**) NVIDIA(0): Option "UseEdidDpi" "False"202 (**) NVIDIA(0): Enabling RENDER acceleration203 (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is204 (II) NVIDIA(0): enabled.205 (II) NVIDIA(0): NVIDIA GPU GeForce 9800 GT (G92) at PCI:1:0:0 (GPU-0)206 (--) NVIDIA(0): Memory: 1048576 kBytes207 (--) NVIDIA(0): VideoBIOS: 62.92.53.00.00208 (II) NVIDIA(0): Detected PCI Express Link width: 16X209 (--) NVIDIA(0): Interlaced video modes are supported on this GPU210 (--) NVIDIA(0): Connected display device(s) on GeForce 9800 GT at PCI:1:0:0:211 (--) NVIDIA(0): ViewSonic VA721 (CRT-0)212 (--) NVIDIA(0): ViewSonic VA721 (CRT-0): 400.0 MHz maximum pixel clock213 (II) NVIDIA(0): Assigned Display Device: CRT-0214 (==) NVIDIA(0):215 (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"216 (==) NVIDIA(0): will be used as the requested mode.217 (==) NVIDIA(0):218 (II) NVIDIA(0): Validated modes:219 (II) NVIDIA(0): "nvidia-auto-select"220 (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024221 (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default222 (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.223 (II) NVIDIA(0): Initialized GPU GART.224 (II) NVIDIA(0): Setting mode "nvidia-auto-select"225 (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized226 (==) NVIDIA(0): Disabling shared memory pixmaps227 (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture228 (==) NVIDIA(0): Backing store disabled229 (==) NVIDIA(0): Silken mouse enabled230 (**) NVIDIA(0): DPMS enabled231 }}}232 187 rock@cloud:~$ sudo glxinfo -display :0 233 188 {{{