== Project 3: Program this and this 3 == [[TOC(Courseware/aParDist*)]] === Image === Start with baseline and add NVIDIA CUDA support by: {{{ wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_8.0.44-1_amd64.deb dpkg -i cuda-repo-ubuntu1404_8.0.44-1_amd64.deb apt-get update apt-get install cuda }}} Compiling samples: {{{ cd /usr/local/cuda-8.0/samples make }}}