Changes between Version 4 and Version 5 of Xen_GPU_cluster


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v4 v5  
    3030* Please make sure your PATH includes /opt/cuda/bin
    3131* Please make sure your LD_LIBRARY_PATH includes /opt/cuda/lib
    32 *   or add /opt/cuda/cuda/lib to /etc/ld.so.conf and run ldconfig as root
     32*   or add /opt/cuda/lib to /etc/ld.so.conf and run ldconfig as root
    3333
    3434* Please read the release notes in /opt/cuda/doc/
     
    5656* To uninstall the NVIDIA CUDA SDK, please delete /opt/NVIDIA_CUDA_SDK
    5757}}}
     58
     59rock@cloud:~$ sudo vim /etc/profile [[BR]]
     60{{{
     61Add:
     62export PATH=$PATH:/opt/cuda/bin
     63}}}
     64rock@cloud:~$ source /etc/profile [[BR]]
     65rock@cloud:~$ sudo vim /etc/ld.so.conf [[BR]]
     66{{{
     67Add:
     68/opt/cuda/lib
     69}}}
     70rock@cloud:~$ sudo ldconfig [[BR]]
     71{{{
     72/opt/cuda/lib:
     73        libcublasemu.so.2 -> libcublasemu.so.2.1
     74        libcufftemu.so.2 -> libcufftemu.so.2.1
     75        libcublas.so.2 -> libcublas.so.2.1
     76        libcudart.so.2 -> libcudart.so.2.1
     77        libcufft.so.2 -> libcufft.so.2.1
     78}}}