Commit 700056b9 authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

CUDA environment improved

parent 1222577c
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@ set pkghome /usr/local/cuda-8.0
setenv		CUDA_BASE		$pkghome/

prepend-path	PATH			$pkghome/bin

prepend-path	LD_LIBRARY_PATH		$pkghome/lib64
setenv		CUDA_INC_DIR		$pkghome/include
setenv 		CPLUS_INCLUDE_PATH	$pkghome/samples/common/inc

unset			pkghome