pc2 / MPITape.jl

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

Overhead: Don't store all function arguments #4

Closed carstenbauer closed 1 year ago

carstenbauer commented 1 year ago

Currently, we store all function arguments in the MPIEvents. We should probably only store types (gives us information about which method was called) and the values for simple numbers (e.g. src and dest).