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
832ff705
Commit
832ff705
authored
Oct 03, 2014
by
kyleabeauchamp
Browse files
Use CUDA 6.5
parent
9a791e8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
devtools/build-vm/linux/setup_centos_vm.sh
devtools/build-vm/linux/setup_centos_vm.sh
+2
-3
No files found.
devtools/build-vm/linux/setup_centos_vm.sh
View file @
832ff705
...
...
@@ -30,11 +30,10 @@ sudo yum clean packages
# Install CUDA6 for RHEL6
cd
~/Software
wget http://developer.download.nvidia.com/compute/cuda/repos/rhel6/x86_64/cuda-repo-rhel6-6.
0-37
.x86_64.rpm
sudo
rpm
-i
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.
5-14
.x86_64.rpm
sudo
yum clean expire-cache
sudo
yum
install
cuda
-y
rm
cuda-repo-rhel6-6.0-37.x86_64.rpm
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