JuliaParallel / JuliaParallel/ClusterManagers.jl
SGE: can't even add processors
Open
manager: SGE
- Dominant language
- Julia
- Stars
- 260
- Forks
- 74
- Avg merge
- 6m
- Merged PRs (30d)
- 1
Description
```julia
julia> VERSION
v"1.1.0"
julia> using ClusterManagers#master
julia> ClusterManagers.addprocs_qrsh(5, queue="hs22")
Error launching workers
MethodError(iterate, (Process(`qrsh -q hs22 -V -N julia-26131 -now n cd /home/dorban '&&' /apps/local-fci/tools/julia-1.1.0/bin/julia --worker=zwJ987ih2wft8egg`, ProcessRunning),), 0x00000000000063e1)
0-element Array{Int64,1}
```
My cluster doesn't support qrsh. Submitting jobs from the command line works fine. Any ideas on how to get this package to work?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.