Skip to content
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

Remove mpi4py setup in parallel CI jobs #259

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

johnomotani
Copy link
Collaborator

Don't think it should cause a problem, but is unneeded now that we use OpenMPI from the Julia package manager for the CI jobs, and maybe there is some conflict that is causing intermittent failures in the parallel tests.

Don't think it should cause a problem, but is unneeded now that we use
OpenMPI from the Julia package manager for the CI jobs, and maybe there
is some conflict that is causing intermittent failures in the parallel
tests.
@johnomotani
Copy link
Collaborator Author

This change seems to significantly speed up the debug checks (which do run in parallel) and parallel tests. I don't understand why, as apart from not installing OpenMPI on the system (which doesn't take that long) this PR should not change anything - we should be using OpenMPI from the Julia package manager before and after. I guess maybe either installing OpenMPI on the system, or something else the mpi4py setup did, caused some sort of conflict. Or maybe this was just a fluke and we got a super fast server for the tests when they ran for this PR...

@johnomotani johnomotani merged commit bbc609c into master Sep 19, 2024
21 checks passed
@johnomotani johnomotani deleted the ci-parallel-tweak branch September 19, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant