diff options
| -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 |
