diff options
| -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 |
