Skip to content

Unsupported NVML Commands #234

@Hatric

Description

@Hatric

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions