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

Unsupported NVML Commands #234

Open
Hatric opened this issue Apr 20, 2018 · 0 comments
Open

Unsupported NVML Commands #234

Hatric opened this issue Apr 20, 2018 · 0 comments

Comments

@Hatric
Copy link

Hatric commented Apr 20, 2018

After installation and enabling the python module my node becomes DOWN in ganglia. Testing the python module directly results in the following error:

# python nvidia_smi.py
Traceback (most recent call last):
  File "nvidia_smi.py", line 873, in <module>
    print(XmlDeviceQuery())
  File "nvidia_smi.py", line 503, in XmlDeviceQuery
    strResult += GetClocksThrottleReasons(handle);
  File "nvidia_smi.py", line 184, in GetClocksThrottleReasons
    val = handleError(NVML_ERROR_NOT_SUPPORTED);
  File "nvidia_smi.py", line 196, in handleError
    if (err.value == NVML_ERROR_NOT_SUPPORTED):
AttributeError: 'int' object has no attribute 'value'
[root@snc-gpu site-packages]# python --version
Python 2.7.5

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant