-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tests fail #73
Comments
My first comment would be why are you testing Otherwise, the error seems to be related to MPI.
|
You are right, I did start by testing GridapSolvers, but the errors below seemed to implicate GridapPETSc. I may be wrong, of course. |
You are right, I did start by testing GridapSolvers, but the errors below seemed to implicate GridapPETSc. I may be wrong, of course. |
It's an MPI issue, I think. The serial tests are running fine on both cases, but it fails to load the environment when doing the MPI tests. using Pkg
Pkg.build() If you follow the README.md, everything is there. |
I did what the README suggested. Activ/inst + build. |
I think MPI.jl might have disabled some mpiexec flags we were using (namely Could you please try this: using Pkg
Pkg.add(;name="GridapSolvers",rev="main");
Pkg.build() then exit and re-start julia, which allows the links created by I just tested this on our linux cluster, and it seems to run. |
Fantastic, all tests pass. |
Great, I'll do a new minor release and modify our README to make all of this more clear. |
https://gist.github.com/PetrKryslUCSD/284fbe5235809039b8ad3581f0059f55
The text was updated successfully, but these errors were encountered: