Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cu-cuda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dsa
cu-cuda
Merge requests
!1
Correct LD_LIBRARY_PATH
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Correct LD_LIBRARY_PATH
scmmpj/cu-cuda:master
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Matthew John
requested to merge
scmmpj/cu-cuda:master
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3264d3ac
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
files/cuda-10-0.sh
+
1
−
1
Options
@@ -2,7 +2,7 @@ CUDADIR=/usr/local/cuda-10.0
if
[
-d
"
$CUDADIR
"
]
;
then
export
CUDADIR
export
PATH
=
$PATH
:
$CUDADIR
/bin
export
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:
/usr/local/
$CUDADIR
/lib64
export
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:
$CUDADIR
/lib64
else
unset
CUDADIR
fi
Loading