-
Make sure kernel version is 4.9 or newer:
uname -r
Install Hardware Enablement Stack (HWE) to update kernel automaticly:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.noatime.root</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/sbin/mount</string> | |
| <string>-vuwo</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // MP 2: Due Sunday, Dec 16, 2012 at 11:59 p.m. PST | |
| #include <wb.h> | |
| #define wbCheck(stmt) do { \ | |
| cudaError_t err = stmt; \ | |
| if (err != cudaSuccess) { \ | |
| wbLog(ERROR, "Failed to run stmt ", #stmt); \ | |
| return -1; \ | |
| } \ | |
| } while(0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Script for installing tmux on systems where you don't have root access. | |
| # tmux will be installed in $HOME/local/bin. | |
| # It's assumed that wget and a C/C++ compiler are installed. | |
| # exit on error | |
| set -e | |
| TMUX_VERSION=1.8 |
As configured in my dotfiles.
start new:
tmux
start new with session name: