Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

leverage upcoming large counts support to avoid integer overflow in MPI_Alltoallw #28

Open
p-costa opened this issue Sep 14, 2021 · 0 comments

Comments

@p-costa
Copy link
Owner

p-costa commented Sep 14, 2021

This is a known issue of the MPI Standard, which has been fixed in the recent 4.0 Standard. When supported by the implementations, the send and recv count arrays should be of kindMPI_COUNT_KIND, and the corresponding and recv displacements of kind MPI_ADDRESS_KIND.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant