openfoam/applications/test/parallel-chunks/Make
Mark Olesen 341d9c402d BUG: incorrect chunk handling in Pstream::exchange (fixes #2375)
- used Pstream::maxCommsSize (bytes) for the lower limit when sending.
  This would have send more data on each iteration than expected based
  on maxCommsSize and finish with a number of useless iterations.

  Was generally not a serious bug since maxCommsSize (if used) was
  likely still far away from the MPI limits and exchange() is primarily
  harnessed by PstreamBuffers, which is sending character data
  (ie, number of elements and number of bytes is identical).
2022-03-04 17:49:23 +00:00
..
files BUG: incorrect chunk handling in Pstream::exchange (fixes #2375) 2022-03-04 17:49:23 +00:00
options BUG: incorrect chunk handling in Pstream::exchange (fixes #2375) 2022-03-04 17:49:23 +00:00