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
the internal default file view size of 4MB does not work for
long double etypes on 32 bit platforms, which are 12 bytes. The file
view size has to be an exact multiple of the etype size. Increasing
the internal default file view size to 6MB resolves the issue.
Fixesopen-mpi#10287
Signed-off-by: Edgar Gabriel <[email protected]>
0 commit comments