You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The single-worker pmap is particularly painful (for me at least) since often I want to debug first with a single worker, but then exactly in that case I don't get a stack trace (the multi-worker case does show it). There's a monkeypatched solution given in #36709 (comment) but would be great to have this fixed in Julia.
The text was updated successfully, but these errors were encountered:
marius311
added a commit
to marius311/CMBLensing.jl
that referenced
this issue
Jun 1, 2021
Up to current master,
asyncmap
and single-workerpmap
don't show you the stack trace to the actual error:The single-worker
pmap
is particularly painful (for me at least) since often I want to debug first with a single worker, but then exactly in that case I don't get a stack trace (the multi-worker case does show it). There's a monkeypatched solution given in #36709 (comment) but would be great to have this fixed in Julia.The text was updated successfully, but these errors were encountered: