Skip to content

Optionally transmit sender rank in datahandle

During Linus's work on the GENEO preconditioner, we noticed that you sometimes need to know the sender rank in the data handle. This information is currently not exposed, but as we already optionally wrap the grid-provided buffer, I extended the buffer wrapper to allow querying the sender rank. This information is not transmitted by default, you can enable it by constructing a custom DataHandle and setting the second template parameter of the CommunicationDescriptor to true.

Merge request reports