pc2 / MPITape.jl

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

BSON -> Serialization #12

Closed carstenbauer closed 1 year ago

carstenbauer commented 1 year ago

In this PR we switch from using BSON.jl as the backend for our file io to simply using the Serialization stdlib. Tape files are now named e.g. rank3.tape.

Advantages:

Disadvantages:

Closes #5