This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 14
reduction_func and :threads error #31
Comments
I guess it is the same issue |
No, that issue is only with batch sizes > 1. This, I have no idea why this is coming up and will need to dig in. |
Is this required now? I was planning on looking at this library again after PARTR merges JuliaLang/julia#22631 since that'll be a big change to the threading constructs. |
Thanks! If it is not 2.0 but some upcoming 1.x merges, it is reasonable to wait. I'm really looking forward to this batching functionality as it will allow me to fully test |
It was supposed to be 1.1 but it missed that mark. Can't be too far off |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
the issue is also mentioned here, but still present in Julia 0.7:
https://github.com/JuliaDiffEq/DiffEqMonteCarlo.jl/issues/23
It can be illustrated by the following example.
It works fine with
parallel_type=:none
but fails withparallel_type=:threads
withIs this issue related to my code or general julia multithreading?
The text was updated successfully, but these errors were encountered: