Skip to content

Fix shared memory allocation on some MPI implementations

Compare
Choose a tag to compare
@tskisner tskisner released this 27 Jul 10:05
· 34 commits to master since this release
f13f38a

On some MPI implementations, allocating zero bytes of shared memory on some processes produces an error. Allocate a small dummy buffer on those processes as a workaround.