open-mpi / mtt

MPI Testing Tool
https://open-mpi.github.io/mtt
Other
63 stars 47 forks source link

Add a Graphing Preference to roll-up line plots for identical runs #377

Open ompiteam opened 10 years ago

ompiteam commented 10 years ago

MTT needs a Graphing Preference to roll-up identical line plots by average, minimum, or maximum. E.g., in the below graphs, the user should be able to view the five identical tests in a single line plot.

http://www.open-mpi.org/mtt/index.php?do_redir=803

Consider three separate !NetPipe runs (all run with identical MPIs, runtime parameters, run on the same cluster, etc.) with the below output:

{{{ ... 0: 1 bytes 68255 times --> 7.30 Mbps ... ... 0: 1 bytes 68255 times --> 9.30 Mbps ... ... 0: 1 bytes 68255 times --> 8.30 Mbps ... ... }}}

The resulting datapoints would be:

  1. average: 8.30 Mbps
  2. minimum: 7.30 Mbps
  3. maximum: 9.30 Mbps
ompiteam commented 10 years ago

Imported from trac issue 376. Created by emallove on 2008-08-04T12:05:13, last modified: 2008-08-04T12:05:13