-
Notifications
You must be signed in to change notification settings - Fork 19
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
mpi4py workaround #585
mpi4py workaround #585
Conversation
I like the simplicity of this, but it doesn't seem to address the Cython issue for Emirge and production? Though TBH I'm not sure I understand why #584 would. Let me rerun the CI for it, to maybe level the playing field/understand better. |
I think Emirge/production need illinois-ceesd/emirge#143 to pass and would be hopefully fine when that merges. CI has been super-flaky lately for some reason... |
If that works, then I think that's perfect. I forgot to approve illinois-ceesd/emirge#143, did that just now. Depending on CI flakiness, it might merge soon, and we can try this out. |
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.
Looks like it works. Thanks for for figuring this out!
…ing distutils (#585)" This reverts commit 6ae2890. The underlying setuptools bug has been fixed: pypa/setuptools#2987
…ing distutils (#585)" (#604) This reverts commit 6ae2890. The underlying setuptools bug has been fixed: pypa/setuptools#2987
setuptools==60.1.0
mpi4py/mpi4py#157