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
Many indices are calculated using either i32 or usize, this is not good as the latter is a system dependent size and causes unecessary casting when using MPI, and the latter limits the size of indices - which is now untenable as the library is now an MPI library.
The text was updated successfully, but these errors were encountered:
Many indices are calculated using either i32 or usize, this is not good as the latter is a system dependent size and causes unecessary casting when using MPI, and the latter limits the size of indices - which is now untenable as the library is now an MPI library.
The text was updated successfully, but these errors were encountered: