-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
pmap
with nprocs() == 1
#15532
Comments
To offer my view: It would be good for a different reason aside from performance. In my unrefined ways I often replace |
Or better still – RemoteExceptions could be made to display backtraces. That is more work, however. |
I'm having some major free time this summer, so I will add that to my list of Julia projects possibly to be done, right after RNG work, if someone from GSoC does not grab either before. |
Oh, I completely misunderstood what you wrote there. I did not realize you can get a backtrace out of a Well, that makes my job debugging my code much simpler! Many thanks for that. Two suggestions, if I may: If we are going to drop to a regular |
Referencing #14843, @samoconnor is working on a I am against calling |
Should
pmap
ask for the number of process and fall intomap
whennprocs() == 1
?The text was updated successfully, but these errors were encountered: