final mpiwrap / mpidummy bits
Created by: germasch
This PR has three changes, which are actually independent of each other:
- use
MPI_COMM_NULL
to keep track of having been invoked via serial API - remove unused
MPI_File
mpidummy implementation - minor cleanup in
Transport
.
Some more details are in the commit messages.