JuliaParallel / ClusterManagers.jl

Other
235 stars 74 forks source link

simplified qsub call, fixed kill, added working dir option + some tests #153

Closed nantonel closed 3 years ago

nantonel commented 3 years ago

Addressing #151 #152 #103

Moelf commented 3 years ago

this is great, I hope someone review this

bjarthur commented 3 years ago

thanks!

bjarthur commented 3 years ago

note that if you say "closes #151... etc" instead of "Addressing" then those issues will be automatically closed when this PR is merge.

kescobo commented 3 years ago

Can add the links manually in the sidebar too :+1: thanks for doing it!

Moelf commented 3 years ago
julia> addprocs_sge(5;queue=`-l h_vmem=4G,tmem=4G`, wd=mktempdir())
Unable to run job: unknown resource "tmem".
Exiting.
Error launching workers
ErrorException("")
Int64[]

I think this PR broke previously working version for out SGE