diff options
| author | Tor Aamodt <[email protected]> | 2011-06-29 15:08:56 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2011-06-29 15:08:56 -0800 |
| commit | a9b5e6a7cc958b20f52db79627fa2b2d7b7be9a7 (patch) | |
| tree | d0763d851ed2706d8acd6577c7e658f0e9c8a433 | |
| parent | f3a123baa13bf575d46a34d3062dfbd875bb946e (diff) | |
get rid of hard coded paths
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9689]
| -rw-r--r-- | setup_enviroment | 2 | ||||
| -rw-r--r-- | 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 |
