Don't echo warnings about application clocks that are already at max - Redmine #2313
Archive from user: Erik Lindahl
On threadripper-gpu02 with a GP100, I get this on stdout for all runs
“Cannot change application clocks for Quadro GP100 to optimal values due
to insufficient permissions. Current values are (715,1556), max values
are (715,1556).
Use sudo nvidia-smi -acp UNRESTRICTED or contact your admin to change
application clocks.”
For the case where the clocks are already running at max, I see no
reason to echo warnings to stderr and tell users they should do
anything.
*(from redmine: issue id 2313, created on 2017-11-29 by gmxdefault, closed on 2017-12-11)*
* Changesets:
* Revision 24452f957d73d2e0f355fef842923e9e7522011c by Erik Lindahl on 2017-12-11T11:59:56Z:
```
Don't warn about NVML clocks that are at max
If the clocks are already maxed out there is no
point in echoing warnings about not being able
to set them.
Fixes #2313.
Change-Id: I77bc7111489166b580c2d7742a7729c003f25e9e
```
issue