Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix offset in recv buffer of single precision particle communication (#…
…3896) A similar bug was fixed in #3758 for the particle send buffer. But we did not notice the issue in the receive buffer at the time. The offset for the `i`th buffer might be aligned for the `i`th buffer's communication data type, not the previous buffer. The reason the bug only appears for large single precision runs is because for double precision the particle size is aligned with the size of unsigned long long used in communication, whereas for single precision this is not the case.
- Loading branch information