Use MPI Get_elements_x() for message sizes
All threads resolved!
All threads resolved!
-
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.
Merge request reports
Activity
Filter activity
changed milestone to %v2406
requested review from @kuti
assigned to @Mattijs
- includes compatibility enum
blocking
as alias forbuffered
(ie, old code will still compile).
The main, interesting changes are in src/Pstream/mpi.
Edited by Mark OLESEN- includes compatibility enum
- Resolved by Mark OLESEN
@Prashant - I don't expect any real issues with this since
MPI_Get_elements_x()
is even in openmpi-1.10.4 as well as msmpi-10.0, but if you happen to know of a particularly ancient MPI on one of your systems where it may fail to compile or run, it would be good to know.
mentioned in commit 7dc9ccdc
Please register or sign in to reply