Skip to content

Problem with local installation of p4est #1358

@JoshuaLampert

Description

@JoshuaLampert

There is a problem with the elixir under examples/p4est_2d_dgsem/elixir_advection_nonconforming_flag.jl, when I run it with a custom installation of p4est. In order to tell P4est.jl to use the custom p4est installation (compiled with MPI) together with a custom MPI version I used the setup explained here resulting in a LocalPreferences.toml looking like

[MPIPreferences]
_format = "1.0"
abi = "OpenMPI"
binary = "system"
libmpi = "libmpi"
mpiexec = "mpiexec"

[P4est]
libp4est = "/home/jlampert/p4est-2.8/build/build-mpi/src/.libs/libp4est.so"

However, running

$ julia --project=@.
julia> include("examples/p4est_2d_dgsem/elixir_advection_nonconforming_flag.jl")

leads to the following error:

Abort: Assertion 'p4est_is_balanced (p4est, btype)'
Abort: ./../../src/p4est.c:2424
Abort
[...]

Any ideas, especially @sloede, @lchristm, @ranocha?

Metadata

Metadata

Assignees

No one assigned

    Labels

    parallelizationRelated to MPI, threading, tasks etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions