-
Notifications
You must be signed in to change notification settings - Fork 118
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
Investigate incompatibility of MUSIC with mpi4py version 4 #3095
Comments
The traceback seems to be (taken from https://github.com/neuronsimulator/nrn/actions/runs/11139748696/job/30957040687):
Note that mpi4py 3.1 does not build properly OOTB on Python 3.13, however, thanks to this comment, it can be built manually with the following:
Unfortunately, this cannot be converted automatically to a simple |
Folks, the build issue seems to be related to the |
In #3017 we pinned the version of mpi4py to <4 since MUSIC does not build properly under version 4 and above, review what can be done to make it compatible.
The text was updated successfully, but these errors were encountered: