Attempting to use Distributed
and consistently getting a MethodError
on sorted_deppairs
#474
Answered
by
jmuchovej
jmuchovej
asked this question in
Debugging Help
-
Beta Was this translation helpful? Give feedback.
Answered by
jmuchovej
Apr 15, 2023
Replies: 1 comment 5 replies
-
Well, this is perplexing and frustrating! I don't know why the dispatch isn't working. It probably has something to do with genout ( Line 19 in 851535f @generated function
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for testing this out! 🙂
While looking into this issue – it seems like another library I've been using might be causing a problem (how still remains unclear).
I'm using
DrWatson
to do stuff like ensure we're using the right Julia project environment and the like, but for whatever reason when it's paired withDistributed
things start "acting out".Definitely not a satisfying answer, but once I swapped out
DrWatson
for traditional JuliaPkg.activate(...)
commands, everything seems to be working correctly, so I'll go ahead and mark this as answered and hopefully this is helpful to anyone else trying to use the combo. 😅