Changes between Version 3 and Version 4 of Courseware/aParDist/Project3
- Timestamp:
- Nov 16, 2016, 7:48:57 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Courseware/aParDist/Project3
v3 v4 12 12 apt-get install cuda 13 13 }}} 14 15 Compiling samples: 16 {{{ 17 cd /usr/local/cuda-8.0/samples 18 make 19 }}}