Add support for DistributedNext (and add DistributedNext as a weakdep) - #80
Add support for DistributedNext (and add DistributedNext as a weakdep)#80DilumAluthge wants to merge 2 commits into
Conversation
|
@JamesWrigley @jpsamaroo Does this look correct? |
|
Hmmm. Is this going to be sufficient? Because, if I look here: SlurmClusterManager.jl/src/slurmmanager.jl Line 182 in 11d491c I see that SlurmClusterManager is starting (under |
|
Yeah that won't work, for DistributedNext you'd want to call I might also suggest putting Distributed support in a package extension too, that way people only need to load one or the other packages. |
Hmmm. Unfortunately, the |
If we're going to need to make a change anyway, would it be worth exposing a public interface to the user, that provides a general interface for the user to specify the worker arg? E.g. something like #74? My motivation for #74 was that I wanted to be able to start workers with |
Oh I forgot that's a requirement of implementing the cluster interface. But then won't it be necessary to subtype |
No description provided.