You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.