-
Notifications
You must be signed in to change notification settings - Fork 9
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
Parallel MCMC #1
Comments
The parallel also works. You just need to add processors (addproc ()).
On Thu, Apr 25, 2019 at 06:04 André Wählisch ***@***.***> wrote:
I like how easy it is to sample in parallel with the emcee python package
(just set the threads keyword to >1). Do you have any plans to implement
this in a similar fashion?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABK7C6AOEVIC62OLVVFUSJTPSGM6HANCNFSM4HIMPGTQ>
.
--
-monty
monty.gitlab.io
|
Thanks for developing this package, @montyvesselinov I am also interested in running this in parallel. I was not able to use the I am interested in running this both on my multi-core laptop, as well as in a slurm environment with 28 processors per node. Could you point me to documentation or examples which would show me how to do this? Thanks in advance! -Eric |
I like how easy it is to sample in parallel with the emcee python package (just set the threads keyword to >1). Do you have any plans to implement this in a similar fashion?
The text was updated successfully, but these errors were encountered: