Use MPI Get_elements_x() for message sizes
-
more/better error messages when trying to receive messages that exceed INT_MAX
-
internal accounting for message sizes now corresponds to
label
, which is the same asList<T>::max_size()
represents to avoid truncation asint
-
style changes (eg, "buffered" instead of mis-leading "blocking") for communication type.