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
What should the size of MPI_Offset type be on 32-bit machines?
On one of my i386 machines, both the latest official OpenMPI releases 1.10.6 and 2.0.2 show sizeof(MPI_Offset) = 4.
FYI, the size is 8 when using MPICH on the same machine.