huttered40 / critter

Critical path analysis of MPI parallel programs
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Track MPI routine breakdown on process with max per-process measure #49

Closed huttered40 closed 4 years ago

huttered40 commented 4 years ago

We currently obtain breakdowns based on average measures of each MPI routine, as well as the breakdown based on what occurred along a critical path.

We do not currently have a breakdown that occurred on the process that incurred the most of some measure, such as communication.

huttered40 commented 4 years ago

Done.