Changes between Version 2 and Version 3 of Xen_GPU_cluster


Ignore:
Timestamp:
Feb 6, 2009, 7:00:30 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v2 v3  
    1818rock@cloud:~$ sudo ln -sf /usr/src/linux-headers-2.6.24-19 /usr/src/linux [[BR]]
    1919rock@cloud:~/nvidia/cuda$ sudo sh NVIDIA-Linux-x86_64-180.22-pkg2.run [[BR]]
     20rock@cloud:~$ sudo mkdir /opt/cuda [[BR]]
     21rock@cloud:~/nvidia/cuda$ sudo sh cudatoolkit_2.1_linux64_ubuntu8.04.run [[BR]]
     22{{{
     23Enter install path (default /usr/local/cuda, '/cuda' will be appended): /opt
     24}}}
    2025
     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
    2131
     32* Please read the release notes in /opt/cuda/doc/
     33
     34* To uninstall CUDA, delete /opt/cuda
     35* Installation Complete
     36}}}
     37
     38rock@cloud:~$ sudo mkdir /opt/NVIDIA_CUDA_SDK [[BR]]
     39rock@cloud:~/nvidia/cuda$ sudo sh cuda-sdk-linux-2.10.1215.2015-3233425.run [[BR]]
     40
     41# Note:
     42{{{
     43{{{
     44Enter install path (default /usr/local/cuda, '/cuda' will be appended): /opt/cuda
     45}}}
     46
     47}}}
     48{{{
     49Configuring 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}}}