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

Finish hdf5 1.14.4 (Windows) #93

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

minrk
Copy link
Member

@minrk minrk commented Nov 4, 2024

impi 2021.13 seems broken, which is preventing this migration from completing, because there is not:

  • 2021.12 builds of the new hdf5, nor
  • 2021.13 builds with the older hdf5

so the only way to test impi 2021.13 is by upgrading hdf5. The failing tests don't involve hdf5 at all, though. It's extremely basic communicator setup that appears to fail. Super weirdly, though, exercising mpi via mpi4py doesn't trigger any issue. Maybe it's the C++ interface? There is no useful debugging output that I can find.

@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

@minrk
Copy link
Member Author

minrk commented Nov 4, 2024

Discussing on the fenics slack, it may actually be related to mpi4py 4 which is also only available with impi 2021.13

@minrk
Copy link
Member Author

minrk commented Nov 5, 2024

Updating with context: upstream tests are experiencing similar issues with impi 2021.12 and mpi4py 4, while C++ tests are passing fine here with 2021.13, so it seems to be something specific in the Python interface, which makes me think it could be mpi_init-related.

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