Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
a4bda350
Commit
a4bda350
authored
Oct 03, 2014
by
kyleabeauchamp
Browse files
Add comment warning about NVIDIA pushing new releases without warning.
parent
832ff705
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
devtools/build-vm/linux/setup_centos_vm.sh
devtools/build-vm/linux/setup_centos_vm.sh
+3
-1
No files found.
devtools/build-vm/linux/setup_centos_vm.sh
View file @
a4bda350
...
...
@@ -28,12 +28,14 @@ rm ~/rpmbuild -r
sudo
yum clean headers
sudo
yum clean packages
# Install CUDA6 for RHEL6
# Install CUDA6
.5
for RHEL6
cd
~/Software
wget http://developer.download.nvidia.com/compute/cuda/repos/rhel6/x86_64/cuda-repo-rhel6-6.5-14.x86_64.rpm
sudo
rpm
-i
cuda-repo-rhel6-6.5-14.x86_64.rpm
sudo
yum clean expire-cache
sudo
yum
install
cuda
-y
# NOTE: NVIDIA may push new MAJOR release versions of CUDA without warning.
# This is even *before* doing the below update. Beware.
sudo
yum update
-y
# Force a second update, in case CUDA has necessary patches.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment