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 /setup_enviroment | |
| parent | f3a123baa13bf575d46a34d3062dfbd875bb946e (diff) | |
get rid of hard coded paths
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9689]
Diffstat (limited to 'setup_enviroment')
| -rw-r--r-- | setup_enviroment | 2 |
1 files changed, 1 insertions, 1 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 |
