Sunday, March 17, 2013

cuda 5, 12.10

Installation guide:
http://sn0v.wordpress.com/2012/12/07/installing-cuda-5-on-ubuntu-12-04/

cannot find -lxi:
ibxi6/libxi-dev.

http://ubuntuforums.org/showthread.php?t=1290597

install MPI:
sudo apt-get install libcr-dev mpich2 mpich2-doc

http://jetcracker.wordpress.com/2012/03/01/how-to-install-mpi-in-ubuntu/


Linux: 'cc1plus': execvp: No such file or directory:

CUDA incompatible with my gcc version:

Solution
http://stackoverflow.com/questions/6622454/cuda-incompatible-with-my-gcc-version






Modify  soft link point to g++ version 4.6
sudo ln -s /usr/bin/g++-4.6 /usr/local/cuda/bin/gcc


https://devtalk.nvidia.com/default/topic/523910/unsupported-compiler-/




 

No comments:

Post a Comment