summaryrefslogtreecommitdiff
path: root/setup_environment_ptxplus
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2011-11-09 09:43:58 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:18:24 -0700
commita2931c77171958ff22a69a6ea63f0a81b809706f (patch)
tree3e515c7dd41b95fe3e2975bce00bf87c44ca40a4 /setup_environment_ptxplus
parentac26c19941d00def17b57caf8ec1db81342b453b (diff)
Rename/Move:
From: //depot/gpgpu_sim_research/fermi/distribution/setup_enviroment_ptxplus To: //depot/gpgpu_sim_research/fermi/distribution/setup_environment_ptxplus [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10865]
Diffstat (limited to 'setup_environment_ptxplus')
-rw-r--r--setup_environment_ptxplus23
1 files changed, 23 insertions, 0 deletions
diff --git a/setup_environment_ptxplus b/setup_environment_ptxplus
new file mode 100644
index 0000000..14932c3
--- /dev/null
+++ b/setup_environment_ptxplus
@@ -0,0 +1,23 @@
+export GPGPUSIM_ROOT=$PWD
+export NVOPENCL_LIBDIR=/usr/lib64/
+
+export QTINC=/usr/include
+export BOOST_ROOT=/usr/include/boost
+export BOOST_LIB=/usr/lib64
+export BOOST_VER=
+
+export CUDA_INSTALL_PATH=$HOME/nvcuda/2.3/cuda/
+export CUDAHOME=$CUDA_INSTALL_PATH
+export NVIDIA_COMPUTE_SDK_LOCATION=$HOME/nvcuda/sdk_2.3/
+export NVIDIA_CUDA_SDK_LOCATION=$NVIDIA_COMPUTE_SDK_LOCATION/
+export LD_LIBRARY_PATH=$GPGPUSIM_ROOT/lib:$LD_LIBRARY_PATH
+export PATH=$GPGPUSIM_ROOT/decuda/:$GPGPUSIM_ROOT/bin:$CUDA_INSTALL_PATH/bin:$PATH
+HF=`hostname -f`
+export OPENCL_REMOTE_GPU_HOST=aamodt-pc08.ece.ubc.ca
+
+if [ $HF = $OPENCL_REMOTE_GPU_HOST ]; then
+ unset OPENCL_REMOTE_GPU_HOST
+fi
+
+export DECUDA_INSTALL_PATH=$GPGPUSIM_ROOT/decuda/
+export D2PP_INSTALL_PATH=$GPGPUSIM_ROOT/decuda_to_ptxplus/