Cube GUI User Guide  (CubeGUI 4.6, revision ff50a50d)
Introduction in Cube GUI and its usage

MPI communication Efficiency

MPI communication Efficiency (MPI CommE) can be evaluated directly by following formula:

\begin{eqnarray*}MPI CommE=\frac{max(computation\; time )}{max(runtime)} \end{eqnarray*}

MPI CommE identifies when code is inefficient because it spends a large amount of time communicating rather than performing useful computations. MPI CommE is composed of two additional metrics that reflect two causes of excessive time within communication:

These are measured using Serialisation Efficiency and Transfer Efficiency. Combination of these two sub-metrics gives us Communication Efficiency:

CommE = Serialisation EfficiencyTransfer Efficiency

To obtain these two sub-metrics we need to perform Scalasca trace analysis which identifies serialisations and inefficient communication patterns.


Cube Writer Library    Copyright © 1998–2021 Forschungszentrum Jülich GmbH, Jülich Supercomputing Centre
Copyright © 2009–2015 German Research School for Simulation Sciences GmbH, Laboratory for Parallel Programming