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
9bedaa9b
Commit
9bedaa9b
authored
Oct 03, 2014
by
peastman
Browse files
Merge pull request #637 from kyleabeauchamp/cuda65
[WIP] Use CUDA 6.5 in vagrant VM
parents
9a791e8d
a4bda350
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
devtools/build-vm/linux/setup_centos_vm.sh
devtools/build-vm/linux/setup_centos_vm.sh
+5
-4
No files found.
devtools/build-vm/linux/setup_centos_vm.sh
View file @
9bedaa9b
...
@@ -28,13 +28,14 @@ rm ~/rpmbuild -r
...
@@ -28,13 +28,14 @@ rm ~/rpmbuild -r
sudo
yum clean headers
sudo
yum clean headers
sudo
yum clean packages
sudo
yum clean packages
# Install CUDA6 for RHEL6
# Install CUDA6
.5
for RHEL6
cd
~/Software
cd
~/Software
wget http://developer.download.nvidia.com/compute/cuda/repos/rhel6/x86_64/cuda-repo-rhel6-6.
0-37
.x86_64.rpm
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.
0-37
.x86_64.rpm
sudo
rpm
-i
cuda-repo-rhel6-6.
5-14
.x86_64.rpm
sudo
yum clean expire-cache
sudo
yum clean expire-cache
sudo
yum
install
cuda
-y
sudo
yum
install
cuda
-y
rm
cuda-repo-rhel6-6.0-37.x86_64.rpm
# 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.
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