Inquiring MPI writer rank in Engine::BlocksInfo
Created by: franzpoeschel
The method Engine::BlocksInfo
does currently not give information about the rank that wrote the block. This would be helpful to optimize distribution of written data over reading ranks through increased data proximity.
Would it in general be possible to include such information? (Or am I missing something / taking an unidiomatic approach?)