-
Notifications
You must be signed in to change notification settings - Fork 151
Problem with local installation of p4est #1358
Copy link
Copy link
Open
Labels
parallelizationRelated to MPI, threading, tasks etc.Related to MPI, threading, tasks etc.
Description
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
[...]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
parallelizationRelated to MPI, threading, tasks etc.Related to MPI, threading, tasks etc.