Changes between Version 4 and Version 5 of Courseware/aParDist/Project3
- Timestamp:
- Nov 16, 2016, 8:07:13 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Courseware/aParDist/Project3
v4 v5 13 13 }}} 14 14 15 Prepare the CUDA libraries and the OS: Create a file at /etc/modprobe.d/blacklist-nouveau.conf with the following contents: 16 {{{ 17 blacklist nouveau 18 options nouveau modeset=0 19 }}} 20 21 Regenerate the kernel initramfs: 22 {{{ 23 update-initramfs -u 24 }}} 25 15 26 Compiling samples: 16 27 {{{