Update Low GPU utilization authored by Alex Wiens's avatar Alex Wiens
......@@ -13,3 +13,17 @@
* check MPI-rank-GPU affinity/visibility
* check the suitability of the GPU setup/configuration for the given workload
* check applications internal GPU distribution settings
```
Eingabe:
* Metrik acc_utilization im accelerator scope
* Metadatum numAcc
* Parameter threshold für einen accelerator
Regel:
load_mean = acc_utilization.mean('all')
load_threshold = job.numAcc * threshold
lowload = load_mean < load_threshold
Ausgabe: lowload ist True
```
\ No newline at end of file