mc3 icon indicating copy to clipboard operation
mc3 copied to clipboard

Test the impact of keeping allmodels into shared-memory (multiproc branch)

Open pcubillos opened this issue 9 years ago • 1 comments

If we keep it in memory we can enable the savemodel argument. Shared memory is the best option I can think off (certainly better than sending data through pipes).

pcubillos avatar Jun 22 '15 21:06 pcubillos

Nate had a much better idea: Keep the model arrays in local memory for each chain, and return the final array to mcmc, just once, at the end of the MCMC run.

pcubillos avatar Jul 10 '15 14:07 pcubillos