pc2 / MPITape.jl

Record MPI operations on tape
MIT License
21 stars 3 forks source link

Gantt Chart #3

Open carstenbauer opened 1 year ago

carstenbauer commented 1 year ago

Time goes from left to right, ranks are different rows. (Similar to what one typically has in tracing software.)

carstenbauer commented 1 year ago

Currently we only store one time point (in overdub). To get a width for boxes in a gantt chart we need two times (before and after). Could try to use prehook/posthook for this.