Skip to content

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

@amartinhuertas

Description

@amartinhuertas

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions