bad communicator for mappedPatchFieldBase?
In mappedPatchFieldBase::initRetrieveField have
// Store my data onto database
const label nProcs = Pstream::nProcs(0); // comm_
Presumably should be something like UPstream::commConstWorld() rather than 0, or commGlobal() even?