JuliaParallel / ClusterManagers.jl

Other
232 stars 74 forks source link

addprocs(SGEManager) fails #158

Closed Moelf closed 3 years ago

Moelf commented 3 years ago
julia> using ClusterManagers, Distributed

julia> addprocs(SGEManager(3,"tier3"))
Error launching workers
KeyError(:qsub_env)
Int64[]

julia> addprocs_sge(3; queue="tier3")
job id is 9500639, waiting for job to start ...
kescobo commented 3 years ago

Is this recent? Possible regression from #153 ?

Moelf commented 3 years ago

this is before the #153 is merged.

kescobo commented 3 years ago

Maybe wishful thinking, but is it still happening with #153 ?

Moelf commented 3 years ago

yeah, still does, but a different error now haha:

julia> manager = SGEManager(3, "tier3", pwd())
SGEManager(3, "tier3", "/home/net3/jiling/qsub")

julia> addprocs(manager)
Unable to read script file because of error: error opening tier3: No such file or directory
Error launching workers
ErrorException("")
Int64[]
Moelf commented 3 years ago

closed by #160