Skip to content

Fixing type mismatch in MPI calls

Dirk Brömmel requested to merge fixing_pepc-v into master

Subroutines for writing and reading checkpoints had a mismatch with some of the used types in the MPI calls. This caused segfaults/aborts when starting from a checkpoint. This fixes #8 (closed).

Merge request reports