From a2931c77171958ff22a69a6ea63f0a81b809706f Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Wed, 9 Nov 2011 09:43:58 -0800 Subject: 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] --- setup_enviroment_ptxplus | 23 ----------------------- setup_environment_ptxplus | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 setup_enviroment_ptxplus create mode 100644 setup_environment_ptxplus diff --git a/setup_enviroment_ptxplus b/setup_enviroment_ptxplus deleted file mode 100644 index 14932c3..0000000 --- a/setup_enviroment_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/ 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/ -- cgit v1.3