pc2 / MPITape.jl

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

Refactor overdubbing #20

Closed Mellich closed 1 year ago

Mellich commented 1 year ago

Use Cassette.prehook and Cassette.posthook to collect data instead of overdub. This is slightly cleaner code for our use case.