huttered40 / critter

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

Incorporate load imbalance indicators #56

Closed huttered40 closed 3 years ago

huttered40 commented 4 years ago

Critter does not give details on load imbalance at all. I've recently understood that critical path analysis gives much more accurate load imbalance information than per-process analysis, and this should be quite simple to incorporate.