Search code examples
linuxcluster-computingqlogin

how to qlogin into a specific node?


I lost connection to a cluster, and when i logged back in, i noticed that my calculations are still running on the node that i was working in. How can i log back into that specific node? i tried:

$qlogin -l h=node27

i get the following:

Your job 33551 ("QLOGIN") has been submitted waiting for interactive job to be scheduled ...timeout (5 s) expired while waiting on socket fd 4

Your "qlogin" request could not be scheduled, try again later.

What can i do?


Solution

  • I figured it out

       $ ssh node27 
    

    worked for me