close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 6, 2009, 7:51:48 PM (17 years ago)
- Author:
-
rider
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v4
|
v5
|
|
| 30 | 30 | * Please make sure your PATH includes /opt/cuda/bin |
| 31 | 31 | * 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 |
| 33 | 33 | |
| 34 | 34 | * Please read the release notes in /opt/cuda/doc/ |
| … |
… |
|
| 56 | 56 | * To uninstall the NVIDIA CUDA SDK, please delete /opt/NVIDIA_CUDA_SDK |
| 57 | 57 | }}} |
| | 58 | |
| | 59 | rock@cloud:~$ sudo vim /etc/profile [[BR]] |
| | 60 | {{{ |
| | 61 | Add: |
| | 62 | export PATH=$PATH:/opt/cuda/bin |
| | 63 | }}} |
| | 64 | rock@cloud:~$ source /etc/profile [[BR]] |
| | 65 | rock@cloud:~$ sudo vim /etc/ld.so.conf [[BR]] |
| | 66 | {{{ |
| | 67 | Add: |
| | 68 | /opt/cuda/lib |
| | 69 | }}} |
| | 70 | rock@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 | }}} |