-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
Description
Description
When running ./p8est_simple drop 5
(from example/simple sub-directory), one obtains the following log
...
[p4est 0] Balance tree 3 A 8912
[p4est 0] Into balance tree 4 with 1065
[p4est 0] Hash size 255 avg 0.0314 std 0.196 checks 0 0
[p4est 0] Hash size 255 avg 0.141 std 0.37 checks 0 0
[p4est 0] Tree 4 inlist 0 outlist 686 ancestor 19 insert 161
[p4est 0] Balance tree 4 A 1226
[libsc 0] Abort: Assertion 'p4est_quadrant_is_ancestor (tq, s) || (p4est_quadrant_is_equal (tq, s) && tq->level == P4EST_QMAXLEVEL)'
[libsc 0] Abort: ../src/p4est_algorithms.c:1062
[libsc 0] Abort: Obtained 11 stack frames
...
To Reproduce
p4est configured with ./configure --enable-mpi --enable-debug CFLAGS=-O0 CC=mpicxx
Additional information
I checked current HEAD (develop) and v2.8.6 and v2.8.5 with the same results.