-
Notifications
You must be signed in to change notification settings - Fork 0
Enable run without mpi4py #45
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
Conversation
spossann
commented
Oct 16, 2025
- moved mpi.py from Struphy to ddm/mpi.py
…, now moved here)
|
Should we move |
Done in 04e3980 |
psydac/ddm/tests/test_cart_3d.py
Outdated
| if TYPE_CHECKING: | ||
| from mpi4py import MPI | ||
| else: | ||
| from psydac.ddm.mpi import mpi as MPI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Nice job! It's pretty cool that so few changes in the code were needed! Maybe this could be a suggestion for the upstream |
|
Looks good now! I will merge it. |