summaryrefslogtreecommitdiff
path: root/config_setup
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2011-11-16 22:14:51 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:18:25 -0700
commit5534e13a1597d5393856f8a2b8e2f518a772814a (patch)
tree3515ef954681a7d33b06e4f7f97917e1d7a92cc6 /config_setup
parent4df93ec40be870e3a4d253bb58185afaa72a5b90 (diff)
Removing config_setup and changing setup_environment to allow for a better way to enable the debug build
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10968]
Diffstat (limited to 'config_setup')
-rw-r--r--config_setup3
1 files changed, 0 insertions, 3 deletions
diff --git a/config_setup b/config_setup
deleted file mode 100644
index c3a725d..0000000
--- a/config_setup
+++ /dev/null
@@ -1,3 +0,0 @@
-export LD_LIBRARY_PATH=`echo $LD_LIBRARY_PATH | sed -re 's/.*gpgpu_sim.*(release|debug)://'`
-export GPGPUSIM_CONFIG=$1
-export LD_LIBRARY_PATH=$GPGPUSIM_ROOT/lib/$GPGPUSIM_CONFIG:$LD_LIBRARY_PATH