diff options
| author | Tor Aamodt <[email protected]> | 2012-05-17 10:22:40 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:47:30 -0700 |
| commit | 2fa02c741d10011805ebf6591e0cef2b82ee27b3 (patch) | |
| tree | ee5c59c5b80642ad865b0872c52e142a5e7e7ee8 /setup_environment | |
| parent | 5adccee9658f2e8f30e69f5545162b1b271405a1 (diff) | |
- updating to use CUDA 4.0 by default
- updating README to move instructions for merging changes to end and add lots of warnings
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12622]
Diffstat (limited to 'setup_environment')
| -rw-r--r-- | setup_environment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_environment b/setup_environment index 4bda865..29c6b68 100644 --- a/setup_environment +++ b/setup_environment @@ -2,7 +2,7 @@ # change the following to point to your installation of CUDA Toolkit if [ ! -n "$CUDA_INSTALL_PATH" ]; then - export CUDA_INSTALL_PATH=$HOME/nvcuda/3.1/cuda + export CUDA_INSTALL_PATH=$HOME/nvcuda/4.0/cuda fi # to run the debug build of GPGPU-Sim run: |
