JuliaParallel / ClusterManagers.jl

Other
235 stars 74 forks source link

Can't add additional nodes #129

Closed grahamas closed 3 years ago

grahamas commented 4 years ago
julia> addprocs(SlurmManager(2))
julia> addprocs(SlurmManager(2))

I would naively expect the above to result in a total of 4 nodes. Alternatively, I might with a little more thought expect that I should have saved the SlurmManager and somehow added nodes to that. I'm happy to try to fix this either way, but could someone tell me the expected behavior?

juliohm commented 3 years ago

In general the idea is to have a single addprocs call at the beginning of your script. Any more advanced usage needs to be documented, and I don't think we are at this stage of documentation yet. Closing the issue for now. We will try to be more active in this repository moving forward.