Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addprocs_qrsh() fails on cluster that supports qrsh #141

Open
jtrakk opened this issue Sep 23, 2020 · 1 comment
Open

addprocs_qrsh() fails on cluster that supports qrsh #141

jtrakk opened this issue Sep 23, 2020 · 1 comment

Comments

@jtrakk
Copy link

jtrakk commented Sep 23, 2020

When I use addprocs_qrsh() I get an error message and no jobs are created (checked in qstat).

ClusterManagers.addprocs_qrsh(3,res_list="h_rt=2:00:00,h_data=4G,highp")
Error launching workers
MethodError(iterate, (Process(`qrsh -l h_rt=2:00:00,h_data=4G,highp -V -N julia-13730 -now n cd /mydir '&&' /u/local/apps/julia/1.5.1/bin/julia --worker=2BuUs4aIkAHENSDE`, ProcessRunning),), 0x0000000000006caf)
Int64[]

My cluster does support qrsh. When I try to run the qrsh command manually in a shell, it produces these messages about host key, but does seem to allocate the worker, as I can see it in qstat.

qrsh -l h_rt=2:00:00,h_data=4G,highp -V -N julia-13730 -now n cd /mydir '&&' /u/local/apps/julia/1.5.1/bin/julia --worker=2BuUs4aIkAHENSDE
could not open any host key
ssh_keysign: no reply
key_sign failed
julia_worker:9934

job-ID     prior   name       user         state submit/start at     queue                          jclass                         slots ja-task-ID 
------------------------------------------------------------------------------------------------------------------------------------------------
   4514401 0.50500 QRLOGIN    user         r     09/02/2020 00:05:14 my.q@nodexxx                                                  2        

When I use addprocs_sge() it works just fine.


This looks like the same issue as this comment but opened a new issue as that one was originally opened for a different purpose.

Julia 1.5.1
ClusterManagers.jl master branch dde400e

@oameye
Copy link

oameye commented Dec 20, 2022

I encounter the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants