Commit 23275736 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

finaly removing old unsupported cuda

parent 73b0c7a6
Loading
Loading
Loading
Loading

cuda/.version

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## version file for CUDA Libraries
##
set ModulesVersion  "9.1"
 No newline at end of file

cuda/9.1

deleted100644 → 0
+0 −34
Original line number Diff line number Diff line
#%Module
#
# Nvidia CUDA 
#

set     version         9.1

proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment variable for the system Eigen3 ($version)\n"
	puts stderr "\t- CUDA_BASE           - CUDA directory\n"
        puts stderr "\t- CUDA_INCDIR         - header directory /include\n"
	puts stderr "\t- CUDA_LIBDIR         - library directory /lib\n"

        puts stderr "\n"
}

module-whatis   "sets up the environment variables for the system Eigen3 $version"

conflict	cuda

set		pkghome          	/usr/local/cuda-$version

setenv      CUDA_BASE		$pkghome
setenv      CUDA_INCDIR		$pkghome/include
setenv      CUDA_LIBDIR		$pkghome/lib64

prepend-path LD_LIBRARY_PATH  $pkghome/lib64
prepend-path PATH             $pkghome/bin
prepend-path CPLUS_INCLUDE_PATH	$pkghome/samples/common/inc


#source $env(MODULESHOME)/modincludes/info_logging.tcl