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

test mpi4py 3.1.6 #20

Merged
merged 1 commit into from
Aug 3, 2024
Merged

Conversation

Jonathanlyj
Copy link
Collaborator

@Jonathanlyj Jonathanlyj commented Jul 31, 2024

It appears mpi4py 4.0.0 made a change to call MPI large-count APIs.
For example, MPI.Create_subarray in python will call
MPI_Type_create_subarray_c internally in mpi4py.
See its source codes that implement MPI.Create_subarray

PnetCDF-C 1.13.0 and priors have not supported MPI derived datatypes
constructed from the large-count APIs yet. Thus for the moment, set the
mpi4py version to 3.1.6 for GitHub action tests.

FYI. PnetCDF-C has added the support for large-count datatypes in
its PnetCDF PR #145

@wkliao wkliao merged commit 130863f into Parallel-NetCDF:main Aug 3, 2024
3 checks passed
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.

2 participants