From a3a0dc230e3432d40b880ac5edd65586706755d0 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Fri, 8 Jul 2011 11:27:13 -0800 Subject: Fixing setup so you can call it from anywhere and your paths won't be mingled [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9777] --- setup_enviroment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_enviroment b/setup_enviroment index 7ecff07..e8983e2 100644 --- a/setup_enviroment +++ b/setup_enviroment @@ -1,6 +1,6 @@ SIMSUBDIR=fermi -export GPGPUSIM_ROOT=$PWD +export GPGPUSIM_ROOT=$(cd `dirname $0` && pwd) export QTINC=/usr/include export BOOST_ROOT=/usr/include/boost -- cgit v1.3