Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pcubillos opened this issue Jun 22, 2015 · 1 comment

Comments

@pcubillos
Copy link
Owner

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
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant