JuliaParallel / ClusterManagers.jl

Other
232 stars 74 forks source link

[Slurm] Add sleep while waiting for job to start #174

Closed David96 closed 2 years ago

David96 commented 2 years ago

See #173

David96 commented 2 years ago

I think @DrChainsaw 's idea (having an iterator supplying the wait times) is way nicer than this. Depending on what you prefer we can leave this open and I'll update it to that approach as soon as I find time or you can merge it as is and I'll create a new pull request when I get around to implementing it.

kescobo commented 2 years ago

I agree that's way nicer, and would be happy to accept a PR that implements it. Depending on how long you think it will take though, I'd be fine to merge this as a stop-gap.

David96 commented 2 years ago

If it doesn't turn out to be unexpectedly difficult I should be able to do so next week.