diff options
| author | Tim Rogers <[email protected]> | 2011-11-16 15:02:34 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:25 -0700 |
| commit | c3c78aced97ae32c93d3e09985247a44cdcbabe7 (patch) | |
| tree | d7b1c8928a57a9bb41beba80eeeb37fe1fb2876d /setup_environment | |
| parent | 588710d336f89eb88714b8edc51b95797489623c (diff) | |
Adding in a comment
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10962]
Diffstat (limited to 'setup_environment')
| -rw-r--r-- | setup_environment | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup_environment b/setup_environment index 7cd0855..d1dcff3 100644 --- a/setup_environment +++ b/setup_environment @@ -1,6 +1,11 @@ # see README before running this # uncomment the line with debug if you want to run GPGPU-Sim in gdb +# Alternatively you can run: +# ./config_setup debug +# or +# ./config_setup release +# This avoids extending your LD_LIBRARY_PATH when changing the configuration export GPGPUSIM_CONFIG=release # export GPGPUSIM_CONFIG=debug |
