From a9b5e6a7cc958b20f52db79627fa2b2d7b7be9a7 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Wed, 29 Jun 2011 15:08:56 -0800 Subject: get rid of hard coded paths [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9689] --- setup_enviroment | 2 +- setup_enviroment_ptxplus | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_enviroment b/setup_enviroment index f1f257b..a10a829 100644 --- a/setup_enviroment +++ b/setup_enviroment @@ -1,6 +1,6 @@ SIMSUBDIR=fermi -export GPGPUSIM_ROOT=$HOME/gpgpu_sim_research/$SIMSUBDIR/distribution/ +export GPGPUSIM_ROOT=$PWD export QTINC=/usr/include export BOOST_ROOT=/usr/include/boost diff --git a/setup_enviroment_ptxplus b/setup_enviroment_ptxplus index 1c92b43..c233ebb 100644 --- a/setup_enviroment_ptxplus +++ b/setup_enviroment_ptxplus @@ -1,6 +1,6 @@ SIMSUBDIR=fermi -export GPGPUSIM_ROOT=$HOME/gpgpu_sim_research/$SIMSUBDIR/distribution/ +export GPGPUSIM_ROOT=$PWD export NVOPENCL_LIBDIR=/usr/lib64/ export QTINC=/usr/include -- cgit v1.3