Changes between Version 2 and Version 3 of Courseware/aParDist/Project3
- Timestamp:
- Nov 16, 2016, 7:41:47 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Courseware/aParDist/Project3
v2 v3 2 2 3 3 [[TOC(Courseware/aParDist*)]] 4 5 === Image === 6 7 Start with baseline and add NVIDIA CUDA support by: 8 {{{ 9 wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_8.0.44-1_amd64.deb 10 dpkg -i cuda-repo-ubuntu1404_8.0.44-1_amd64.deb 11 apt-get update 12 apt-get install cuda 13 }}}