huttered40 / critter

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

Remove all tracking of idle/barrier time #34

Closed huttered40 closed 4 years ago

huttered40 commented 4 years ago

Critical path has no notion of critical path idle time, and I want to further minimize internal communication in propagating critical paths.

Note that I do still want each tracker to track its local idle time, for use in a volume measure.