OpenMP Load Balance Efficiency

The OpenMP Load Balance Efficiency measures the time cost of computational imbalance within OpenMP, averaged over the processes. This can be split into a contribution per OpenMP region.

It can be measured by summing the difference between maximum and average computation for every execution of each OpenMP region for each process.

In order to fully understand the formulas, you may also visit the glossary of the metrics terms.