Please ignore the following message. It wasn't intended for the Open
MPI list. My apologies.
Cheers,
Shaun
Shaun Jackman wrote:
> 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
|