pc2 / MPITape.jl

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

Allow user to record custom methods #18

Open Mellich opened 1 year ago

Mellich commented 1 year ago

Currently, we provide the @record which automatically records all MPI.jl calls in the scope. Especially when using the Gantt chart, the user may also want to track custom functions to appear in the chart to allow visualization of communication and computation.