forked from pymc-devs/pymc
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Parallelisation issues #62
Comments
It seems the reason parallelisation does not work along with a workaround is here, i.e. when running on Mac you need to import from an external file all the classes and functions that you use to define your likelihood. |
See this: pymc-devs#4085 |
We have at least two issues:
|
I have two parallelisation issues on my Linux (Ubuntu 18.04) machine, really:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I posted this in pymc3-devs/pymc3 regarding the inability to run multi-core sampling with theano ops in my Mac:
pymc-devs#4085
@mikkelbue not sure if your issue is related but take a look at the other issues I mention in there in case you find something that connects.
The text was updated successfully, but these errors were encountered: