NVIDIA / gpu-monitoring-tools

Tools for monitoring NVIDIA GPUs on Linux
Apache License 2.0
1.02k stars 301 forks source link

The DCGM go bindings library build error #38

Closed CloudWarGit closed 5 years ago

CloudWarGit commented 5 years ago

I install datacenter-gpu-manager-1.6.3-1.x86_64.rpm in centos7, and write some code in golang1.12.7. And then build the project, two errors are encountered:

Any help is appreciated

CloudWarGit commented 5 years ago

This issue is caused by version mismatching. Changed dcgmFieldValue_t to dcgmFieldValue_v1 to match 1.6.3 version, it can be built normally.

Closed.