- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 ERROR #2805
Comments
Can be related to #209 |
Is |
Looks Iike I'm doing something wrong... But I didn't know what thing is bad here.
|
Put |
I try to stop this using
|
This is my code:
I'm still getting this error:
|
Does the same code work with just 1 processor? |
Yes, works fine the same code with only 1 processor:
i7 with 4 cores and 8 threads, running Ubuntu 12.04:
|
Put the setup (the |
Looks like
Without
|
Aha, that is a bug, now fixed! |
Thanks Jeff!!! |
@JeffBezanson the
|
Make sure there is no |
Thanks @JeffBezanson!!! Yes, that was the problem. I forgot Other thing... Would be possible for |
I was trying to make a parallel version of this:
I try with:
But I get a lot of this ERRORs:
The same line without
@parallel
works fine.The text was updated successfully, but these errors were encountered: