-
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
Use newer OpenMPI version on Ubuntu in CI #3121
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 04c90bd. Also adds Python 3.13 rc3
Quality Gate passedIssues Measures |
✔️ ed6f7cc -> Azure artifacts URL |
shell: bash | ||
|
||
- name: Install a new version of OpenMPI |
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.
Open MPI does not yet support MPI 4. There is no point on installing it from sources, that will not fix the underlying issue. The right fix is to fix MUSIC as per my advice elsewhere to support both MPI-3 (current Open MPI) and MPI-4 (current MPICH) implementations.
Should fix #3095