openfoam/applications
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
..
solvers ENH: use mpi gather for list values in a few places 2022-03-04 17:49:23 +00:00
test BUG: incorrect chunk handling in Pstream::exchange (fixes #2375) 2022-03-04 17:49:23 +00:00
tools ENH: support field width for #eval expressions 2021-03-29 16:00:11 +02:00
utilities ENH: additional control and access methods for PstreamBuffers 2022-03-04 17:49:23 +00:00
Allwmake BUG: foamPackRelease detects wrong build information 2021-11-04 19:56:01 +01:00