Check out my first novel, midnight's simulacra!

CUDA: Difference between revisions

From dankwiki
No edit summary
No edit summary
Line 2: Line 2:
I installed CUDA onto a 64-bit Debian Unstable system 2010-01-25 (hand-rolled 2.6.32.6 kernel, built with gcc-4.4)
I installed CUDA onto a 64-bit Debian Unstable system 2010-01-25 (hand-rolled 2.6.32.6 kernel, built with gcc-4.4)
* Download the Ubuntu 9.04 files from NVIDIA's "[http://www.nvidia.com/object/cuda_get.html CUDA Zone]".
* Download the Ubuntu 9.04 files from NVIDIA's "[http://www.nvidia.com/object/cuda_get.html CUDA Zone]".
* Run the driver installer (<tt>sh cudatoolkit_2.3_linux_64_ubuntu9.04.run</tt>)
* Run the toolkit installer (<tt>sh cudatoolkit_2.3_linux_64_ubuntu9.04.run</tt>)
** For a user-mode install, supply <tt>$HOME/local</tt> or somesuch
** For a user-mode install, supply <tt>$HOME/local</tt> or somesuch
<pre>* Please make sure your PATH includes /home/dank/local/cuda/bin
<pre>* Please make sure your PATH includes /home/dank/local/cuda/bin
Line 18: Line 18:
* Installation Complete</pre>
* Installation Complete</pre>
* Run the SDK installer (<tt>sh cudasdk_2.3_linux.run</tt>)
* Run the SDK installer (<tt>sh cudasdk_2.3_linux.run</tt>)
<pre>========================================
Configuring SDK Makefile (/home/dank/NVIDIA_GPU_Computing_SDK/shared/common.mk)...
========================================
* Please make sure your PATH includes /home/local/cuda/bin
* Please make sure your LD_LIBRARY_PATH includes /home/local/cuda/lib
* To uninstall the NVIDIA GPU Computing SDK, please delete /home/dank/NVIDIA_GPU_Computing_SDK
* Installation Complete</pre>

Revision as of 22:06, 25 January 2010

Installation on Debian

I installed CUDA onto a 64-bit Debian Unstable system 2010-01-25 (hand-rolled 2.6.32.6 kernel, built with gcc-4.4)

  • Download the Ubuntu 9.04 files from NVIDIA's "CUDA Zone".
  • Run the toolkit installer (sh cudatoolkit_2.3_linux_64_ubuntu9.04.run)
    • For a user-mode install, supply $HOME/local or somesuch
* Please make sure your PATH includes /home/dank/local/cuda/bin
* Please make sure your LD_LIBRARY_PATH
*   for 32-bit Linux distributions includes /home/dank/local/cuda/lib
*   for 64-bit Linux distributions includes /home/dank/local/cuda/lib64
* OR
*   for 32-bit Linux distributions add /home/dank/local/cuda/lib
*   for 64-bit Linux distributions add /home/dank/local/cuda/lib64
* to /etc/ld.so.conf and run ldconfig as root

* Please read the release notes in /home/dank/local/cuda/doc/

* To uninstall CUDA, delete /home/dank/local/cuda
* Installation Complete
  • Run the SDK installer (sh cudasdk_2.3_linux.run)
========================================

Configuring SDK Makefile (/home/dank/NVIDIA_GPU_Computing_SDK/shared/common.mk)...

========================================

* Please make sure your PATH includes /home/local/cuda/bin
* Please make sure your LD_LIBRARY_PATH includes /home/local/cuda/lib

* To uninstall the NVIDIA GPU Computing SDK, please delete /home/dank/NVIDIA_GPU_Computing_SDK
* Installation Complete