Open richelbilderbeek opened 2 years ago
I am unsure if this has anything to do with beastier
, as beastier
'just' calls BEAST2. Asking the BEAST2 user groups is a better place for this (and it would be nice if you'd share the link :-) ).
However, there is an untested use_beagle
option in beastier
. BEAGLE is something for multi-threading and I don't know how it works, I only used it to get closer to the full functionality of BEAST2. If you can see differences between BEAST2 and beastier
calls (i.e. my code is flawed), I'd be happy to improve!
Additionally, this may have little to do with BEAST/BEAGLE and may be a general feature of multithreading. We know that having x more threads does not mean we get x more speed, as computing power is lost by communication between the threads, as well as processes that need to wait for all threads to finish.
&TLDR: no idea, may be a general problem, unsure if it is in beastier
, try asking/comparing at/with BEAST2
From Wei: