Closed V-Z closed 10 months ago
Hi,
I modified dist.topo
following your suggestions. The code is updated on GH. The new option is now named mc.cores
(like in boot.phylo
) with 1 as default (see Klaus's comment on r-sig-phylo).
I also improved the code for the score distance which is twice faster with a single core/CPU. Interestingly, the score distance is more sensitive to the number of cores than the default distance. For the latter, the improvement is visible with many trees (200+) with 50+ tips.
Best, E.
I asked about possibility to add parallelization to dist topo using
parallel
anddoParallel
. From the discussion I copy here some comments from Klaus Schliep:and
The proposal for discussion is in PR https://github.com/emmanuelparadis/ape/pull/71