-
Notifications
You must be signed in to change notification settings - Fork 254
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::Deadworker error on a specific set of graph's nodes #154
Comments
Parallel uses workers to work on each piece of input, To debug this you could:
|
sorry for the late reply, but this issue is kind of intimidating and I needed a few calm minutes to wrap my had around what's going on :) |
The only thing I can say is that your work is amazing! Thanks again. Il giorno dom 24 gen 2016 alle ore 02:45 Michael Grosser <
|
Hi Everyone! I loved parallel since I discovered it and it allowed me to speedup my simulations in my academic research. I'm now using it to perform some optimization on a graph representing purchase journeys for customers buying a product. I have to perform a scoring process (based on some criteria e.g.entropy, frequency, etc) on all the subset of the nodes of the graph (the enumeration of its powerset) and then choose the best set based on this score.
I've implemented with success a call to parallel.map method and 99% of the times the code flows with an awesome speedup but on a specific data set (read from a DB) it gives me this error:
I've looked a lot online to find solutions or description of this error but I've only found other examples of it in very different contexts.
What exactly does it mean? How can I prevent this from happening?
Here's the core of the code that raise the error, if it could help:
Thanks infintely.
The text was updated successfully, but these errors were encountered: