summaryrefslogtreecommitdiff
path: root/setup_environment_ptxplus
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2011-11-18 19:42:07 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:18:25 -0700
commitdc9a36faf056aee7c580f2b1af7be675362cd1dc (patch)
treefeef8b5f7eedce3c05a7fb1e9985cee991317d4d /setup_environment_ptxplus
parentd08abe21dee8fe1cfe8e0d781e8000877e065b41 (diff)
- merge setup_environment_ptxplus into setup_environment
- detect if libOpenCL.so is installed in default location to enable OpenCL build (nvopencl_wrapper should be modified to detect if it is accessing an NVIDIA OpenCL implementation) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10985]
Diffstat (limited to 'setup_environment_ptxplus')
-rw-r--r--setup_environment_ptxplus23
1 files changed, 0 insertions, 23 deletions
diff --git a/setup_environment_ptxplus b/setup_environment_ptxplus
deleted file mode 100644
index 14932c3..0000000
--- a/setup_environment_ptxplus
+++ /dev/null
@@ -1,23 +0,0 @@
-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/