Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error for installing gpu/nvidia #239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gpu/nvidia/README
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation instructions:
For the latest bindings see: http://pypi.python.org/pypi/nvidia-ml-py/
You can do a site install or place it in {libdir}/ganglia/python_modules
* Copy python_modules/nvidia.py to {libdir}/ganglia/python_modules
* Copy conf.d/nvidia.pyconf to /etc/ganglia/conf.d
* Copy conf.d/* to /etc/ganglia/conf.d/
* Copy graph.d/* to {ganglia_webroot}/graph.d/
* A demo of what the GPU graphs look like is available here:
http://ganglia.ddbj.nig.ac.jp/?c=research+month+gpu+queue&h=t135i&m=load_one&r=hour&s=by+name&hc=4&mc=2
Expand Down
8 changes: 8 additions & 0 deletions gpu/nvidia/conf.d/modpython.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
modules {
module {
name = "python_module"
path = "/usr/lib/ganglia/modpython.so"
params = "/usr/lib/ganglia/python_modules/"
}
}
include ('/etc/ganglia/conf.d/*.pyconf')
145 changes: 0 additions & 145 deletions gpu/nvidia/ganglia_web.patch

This file was deleted.

Loading