openfoam/applications/test/parallel-chunks
Mark Olesen 1ce7a62209 ENH: Pstream::exchange with Map<Container> data
- dynamic sparse data exchange using Map to hold data and sizes.

  Still uses the personalised exchange paradigm, but with non-blocking
  consensus exchange to obtain the sizes and regular point-to-point
  for the data exchange itself. This avoids an all-to-all but still
  keeps the point-to-point for overlapping communication, data
  chunking etc.
2023-02-14 23:22:55 +01:00
..
Make BUG: incorrect chunk handling in Pstream::exchange (fixes #2375) 2022-03-04 17:49:23 +00:00
Test-parallel-chunks.C ENH: Pstream::exchange with Map<Container> data 2023-02-14 23:22:55 +01:00