Skip to content

Instantly share code, notes, and snippets.

@minhtriet
Last active December 8, 2017 13:50
Show Gist options
  • Save minhtriet/f110dcf9ae248164da036234a2560ba3 to your computer and use it in GitHub Desktop.
Save minhtriet/f110dcf9ae248164da036234a2560ba3 to your computer and use it in GitHub Desktop.
TMUX and CUDA config
set-option -g prefix C-a
bind-key C-a last-window
set -s escape-time 0
@minhtriet
Copy link
Author

export CUDA_HOME=/usr/local/cuda-8.0/
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$CUDA_HOME/lib64:$CUDA_HOME/extras/CUPTI/lib64"

@minhtriet
Copy link
Author

/usr/local/MATLAB/R2016a/bin/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment