Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
DEEP-SEA
easybuild-repository-public-release
Commits
49e9526c
Commit
49e9526c
authored
4 years ago
by
Damian Alvarez
Browse files
Options
Downloads
Patches
Plain Diff
To update the user-land driver, so CUDA 11.3 works properly.
parent
4febb1b3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Custom_EasyBlocks/nvidia_driver.py
+1
-1
1 addition, 1 deletion
Custom_EasyBlocks/nvidia_driver.py
Golden_Repo/n/nvidia-driver/nvidia-driver-default.eb
+1
-1
1 addition, 1 deletion
Golden_Repo/n/nvidia-driver/nvidia-driver-default.eb
with
2 additions
and
2 deletions
Custom_EasyBlocks/nvidia_driver.py
+
1
−
1
View file @
49e9526c
...
...
@@ -99,7 +99,7 @@ class EB_nvidia_minus_driver(Binary):
libdir
=
os
.
path
.
join
(
self
.
installdir
,
'
lib64
'
)
# Run ldconfig to create missing symlinks (libcuda.so.1, etc)
run_cmd
(
"
ldconfig -N %s
"
%
libdir
)
run_cmd
(
"
/usr/sbin/
ldconfig -N %s
"
%
libdir
)
# Create an extra symlink for libcuda.so, otherwise PGI 19.X breaks
# Create an extra symlink for libnvidia-ml.so, otherwise MVAPICH2 doesn't find it if it doesn't rely on stubs
...
...
This diff is collapsed.
Click to expand it.
Golden_Repo/n/nvidia-driver/nvidia-driver-default.eb
+
1
−
1
View file @
49e9526c
name = 'nvidia-driver'
version = 'default'
realversion = '4
50.51.06
'
realversion = '4
65.31
'
homepage = 'https://developer.nvidia.com/cuda-toolkit'
description = """This is a set of libraries normally installed by the NVIDIA driver installer."""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment