Loading cuda/.versiondeleted 100644 → 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.1deleted 100644 → 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 Loading
cuda/.versiondeleted 100644 → 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.1deleted 100644 → 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