Hi Todd,

Back to the drawing board for me. The assertion is stating that all the tips should have been eroded in a single pass (and 2654086 tips were), but in a second pass it unexpectedly found 2 more tips. As a workaround until I nail this bug, you can downgrade this error to a warning by replacing the assertion in Parallel/NetworkSequenceCollection.cpp line 371:
    assert(controlErode() == 0);
with
    controlErode();

Thanks for your bug report. Cheers,
Shaun

Heywood, Todd wrote:
Hi Shaun,

I installed v1.0.6 (and verified it really was installed with "ABYSS-P
--version" on all nodes). But we are getting the same issue with 32 MPI
tasks. Both v1.0.5 and v1.0.6 worked fine with 8 and 16 tasks.

Attached is the stdout and stderr.

Todd Heywood

Reply via email to