Changes between Version 16 and Version 17 of Xen_GPU_cluster


Ignore:
Timestamp:
Mar 5, 2009, 4:00:04 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v16 v17  
    3434* Please make sure your PATH includes /usr/local/cuda/bin
    3535* Please make sure your LD_LIBRARY_PATH includes /usr/local/cuda/lib
    36 *   or add /opt/cuda/lib to /etc/ld.so.conf and run ldconfig as root
     36*   or add /usr/local/cuda/lib to /etc/ld.so.conf and run ldconfig as root
    3737
    3838* Please read the release notes in /usr/local/cuda/doc/
     
    4747{{{
    4848{{{
    49 Enter install path (default /usr/local/cuda, '/cuda' will be appended): /usr/local/cuda/NVIDIA_CUDA_SDK
    50 }}}
    51 
    52 }}}
    53 {{{
    54 Configuring SDK Makefile (/opt/NVIDIA_CUDA_SDK/common/common.mk)...
     49Enter install path (default /usr/local/cuda, '/cuda' will be appended): /usr/local/NVIDIA_CUDA_SDK
     50}}}
     51
     52}}}
     53{{{
     54Configuring SDK Makefile (/usr/local/NVIDIA_CUDA_SDK/common/common.mk)...
    5555
    5656* Please make sure your PATH includes /usr/local/cuda/bin
    5757* Please make sure your LD_LIBRARY_PATH includes /usr/local/cuda/lib
    5858
    59 * To uninstall the NVIDIA CUDA SDK, please delete /usr/local/cuda/NVIDIA_CUDA_SDK
     59* To uninstall the NVIDIA CUDA SDK, please delete /usr/local/NVIDIA_CUDA_SDK
    6060}}}
    6161
     
    6969{{{
    7070Add:
    71 /usr/local/cuda/lib
     71include /usr/local/cuda/lib
    7272}}}
    7373rock@cloud:~$ sudo ldconfig [[BR]]