NVIDIA / gpu-monitoring-tools

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

Error getting process info: Setting not configured #116

Open CermakM opened 4 years ago

CermakM commented 4 years ago

When calling

dcgm.GetProcessInfo(*o.groupHandle, uint(pid))

for the first time, there is no error. However, when called with the same PID again, the error message appears:

Error getting process info: Setting not configured

I am running in the Embedded mode on Quadro RTX 4000, DCGM 1.7.2

Any help appreciated!

Cheers, M