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

Support MPI derived datatypes of large count #145

Merged
merged 3 commits into from
Aug 3, 2024
Merged

Support MPI derived datatypes of large count #145

merged 3 commits into from
Aug 3, 2024

Conversation

wkliao
Copy link
Member

@wkliao wkliao commented Aug 3, 2024

Starting from MPI 4.0 standard, MPI datatypes can be constructed
using the large-count APIs. This PR call MPI_Type_get_envelope_c
to check if such datatypes are passed from the users. If yes, it uses
the proper datatype metadata to decode.

@wkliao wkliao merged commit 86a8a73 into master Aug 3, 2024
4 checks passed
@wkliao wkliao deleted the large_count branch August 3, 2024 21:18
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

Successfully merging this pull request may close these issues.

1 participant