Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
GPU610/DPS915 Ubuntu and CUDA Installation
1 byte added
,
22:30, 14 January 2013
→
Part 3: Getting Ubuntu ready for CUDA Development
And put the following in the bash profile:
export CUDA_HOME=/usr/local/cuda-5.0
export LD_LIBRARY_PATH=${CUDA_HOME}/lib
PATH=${CUDA_HOME}/bin:${PATH}
export PATH
Nm486
1
edit