Make sure that all the cores are occupied for the entire duration of the...
Make sure that all the cores are occupied for the entire duration of the computation of the Bayesian and best-fit estimates. We do that with a chunksize of 1. This is not beneficial for the computation of the models as it would induce a large number of costly context switches and it would affect negatively the model cache as blocks would not be attributed consecutively to a process.
Please register or sign in to comment