Skip to content
Snippets Groups Projects
Commit dcbd546d authored by Mark OLESEN's avatar Mark OLESEN
Browse files

FIX: incorrect parameters for IN_PLACE MPI_Gather, MPI_Scatter

STYLE: mark Pstream::scatterList() as deprecated

- this entry point is not directly used anywhere, only the
  scatterList_algorithm backend is actually used.

  The scatterList() routine is misnomer since it actually works like a
  broadcast that skips overwriting the local rank, but only if used in
  combination with the gatherList() manual implementation that uses
  the same walk pattern.
parent d64c6371
No related branches found
No related tags found
No related merge requests found
Showing with 428 additions and 108 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment