Closed BEAST-Community closed 9 months ago
Tree searches from different starting trees are conducted in parallel, It can therefore happen that tree search #2 is completed before #1. This is absolutely normal.
If for some reason you want all tree searches to be executed sequentially, just add --workers 1
flag.
Dear @amkozlov, Thanks.
Dear @amkozlov,