You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 4 of mpi4py was released on 28 July (see here), and apparently it is not backward compatible, as many of our unit tests fail now. We should decide soon if we want to be compatible with both versions 3 and 4, or only support version 4. For the time being we require version 3.
The text was updated successfully, but these errors were encountered:
- Modify Pyccel compilation flags to support both Intel and Apple
Silicon processors on macOS
- Do not use new version 4 of mpi4py -- see issue #420
- Do not use new version 1.14 of SciPy -- see issue #419
---------
Co-authored-by: kvrigor <[email protected]>
Version 4 of
mpi4py
was released on 28 July (see here), and apparently it is not backward compatible, as many of our unit tests fail now. We should decide soon if we want to be compatible with both versions 3 and 4, or only support version 4. For the time being we require version 3.The text was updated successfully, but these errors were encountered: