-
Notifications
You must be signed in to change notification settings - Fork 38
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
CI update #196
CI update #196
Conversation
I'm not sure why this is failing; it works fine on my local machine (macOS aarch64) |
@ViralBShah All |
I have been noticing the same thing (passes locally on my mac but fails in CI). One thing is that the build complains it is built with OpenMPI but we are using MPICH. The other thing is that we are unable to use the latest MPICH. Perhaps @eschnett can help us with MPI here? |
The problem with MPICH was solved last week thanks to @vchuravy and @giordano and only occured if the Where do you see that PETSc was build with OpenMPI? That would indeed be a problem - it should be using the MPICH build instead. |
Problem solved. Turns out to be that one should add using PETSc at the beginning of |
I am deactivating CI on windows because the Until that stage, windows users can simply install |
I suspect I saw that in some CI logs, which would be very hard to find. If I see it again, I'll open a new issue. |
ok. It appears to be solved meanwhile, so I'll merge this PR. |
This is an attempt to get CI to pass with the current version