Cuda 5.5 on Scientic Linux 6.x
# from fresh install of SL6
su
visudo # add self to the users
sudo yum -y install openssh-server openssh-clients
sudo chkconfig sshd on
sudo service sshd start
sudo yum install python-pip.noarch PyOpenGL.noarch \
elrepo-release \
python-devel boost mesa-libGL-devel mesa-libGLU-devel libXi-devel libXmu-devel freeglut-devel
# # # cuda pre-install
#edit /etc/grub.conf, add
rdblacklist=nouveau 3
# reboot
sudo yum install elrepo-release
sudo yum install kmod-nvidia nvidia-x11-drv
# then run sh cuda_5.x_linux.run as su
don't install driver!
# set gcc LD path (x64) to library files
# add /usr/local/cuda-5.5/bin to path
# Compile samples













