Skip to content
Snippets Groups Projects
Commit b7968ef8 authored by Elizabeth's avatar Elizabeth
Browse files

Adding new setup script

parent e8a4ad78
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# CUDNN Path setup
module load cuda-toolkit/9.1
export CUDA_INCLUDE_PATH=/software/cuda-9.1/include
export CUDNN_PATH=/software/cuda-9.1/lib64/
export LIBRARY_PATH=/software/cuda-9.1/lib64/:$LIBRARY_PATH
export LD_LIBRARY_PATH=/software/cuda-9.1/lib64/:$LD_LIBRARY_PATH
# HPVM Path setup
export CPATH=$CPATH:/home/hsharif3/anaconda2/include/
export PATH=/home/hsharif3/Gitlab/hpvm/build/bin/:$PATH
export LLVM_BUILD_ROOT=/home/hsharif3/Gitlab/hpvm/build/
export LLVM_SRC_ROOT=/home/hsharif3/Gitlab/hpvm/llvm/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment