From fdcbf444e041bee66a121b980559120f07f6fb15 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Thu, 7 Jul 2011 09:35:02 -0800 Subject: Integration change. Bringing in some changes from mem_divergence that allow for multiple configs of the built simulator to exist at one time. Now you no longer have to clean build when changing from debug to release configs it also eliminates the possibility of having a fraken-file where some objects are in debug and some are in release. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9743] --- config_setup | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config_setup (limited to 'config_setup') diff --git a/config_setup b/config_setup new file mode 100644 index 0000000..c3a725d --- /dev/null +++ b/config_setup @@ -0,0 +1,3 @@ +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 -- cgit v1.3