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

Error for vector-valued Lagrangian FEs in Github actions with Julia 1.9.x #51

Open
amartinhuertas opened this issue Oct 27, 2023 · 1 comment
Assignees

Comments

@amartinhuertas
Copy link
Member

Documenting here a very annoying error that I have found with vector-valued Lagrangian FEs in Github actions and Julia 1.9.x.

In particular, the following command:

mpiexec -n 4 --allow-run-as-root --oversubscribe /opt/hostedtoolcache/julia/1.9.1/x64/bin/julia -Cnative -J/opt/hostedtoolcache/julia/1.9.1/x64/lib/julia/sys.so --check-bounds=yes -g1 --color=yes --project=/home/runner/work/GridapP4est.jl/GridapP4est.jl/test/.. /home/runner/work/GridapP4est.jl/GridapP4est.jl/test/mpi/PoissonNonConformingOctreeModelsTests.jl

With the julia script in the status corresponding to, e.g., commit 9fa3996, crashes (intermittently, not a reproducible BUG, unfortunately), here:

op = AffineFEOperator(ahred,bhred,Uhred,Vhred)

The error can be found here:

https://github.com/gridap/GridapP4est.jl/actions/runs/6667489288/job/18121048574#step:12:152

I cannot reproduce the problem in my local machine. When I switch to Julia 1.8 in Github actions the problem seems to disappear.

@amartinhuertas amartinhuertas self-assigned this Oct 27, 2023
@amartinhuertas
Copy link
Member Author

For the records, I tried to reproduce the error in Gadi login node with Julia 1.9.1, and the error did not arised. Thus, I am going to accept PR #50. If in the future we find errors with vector-valued lagrange FEs, this should be the first point to look at.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant