Closed
Description
We want v4.x to be ABI compatible with v5.x.
Per #11365 (comment), it looks like MPI Sessions (#9097) increased PREDEFINED_COMMUNICATOR_PAD
from 512 to 1024, thereby breaking ABI.
Unfortunately, it looks like sizeof a communicator struct is over 512 bytes these days. If we want to preserve 4.x and 5.x ABI, we will need to shrink this down somehow. Brian suggests moving some of the communicator data out into a secondary location that can be accessed through a pointer.