Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Based on talking to some HPC specialists at work and some Google searching on the subject (I also wanted to resume a job ID), it's not really possible <em>if you've already submitted the job</em>. You can <code>qlogin -q &lt;node name&gt;</code> into the node again, but you cannot resume the job on the shell screen.</p> <p>If you are thinking of starting a <em>new</em> qlogin job, but you would like to be able to resume it at some future point, then you can use <code>screen</code> to do this.</p> <ol> <li><p>Before you write <code>qlogin</code> into the command line at the front-end node, write <code>screen</code>. It should completely clear the terminal screen.</p></li> <li><p>Now <code>qlogin</code> and put in your job script interactively.</p></li> <li><p>Once your job has started running and you want to leave for a bit, press and hold Cntl while you press A and D. It should say that your screen was detached and take you back to the front-end node. If you <code>qstat</code> now, you should see your job running.</p></li> <li><p>When you want to resume the job ID (see the running process on the terminal screen), in the front-end node write <code>screen -r</code>. You should be able to see your running process in the terminal again.</p></li> </ol> <p>Note: if you do this several times and you accumulate multiple screens by accident (happens to me every time), when you <code>screen -r</code> you will get multiple choices instead of automatically resuming the one you want. To try each one out, type <code>screen -r &lt;name of screen listed&gt;</code> one at a time until you find the one you want (detach as specified above). To get rid of the extra screens, write <code>screen -D -r &lt;name&gt;</code>.</p> <p>Hope this helps.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload