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?
My cluster doesn't support qrsh. Submitting jobs from the command line works fine. Any ideas on how to get this package to work?