User Tools

Site Tools


tutorial:torque

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:torque [2016/10/18 15:13]
sertalpbilal
tutorial:torque [2016/10/26 11:16]
sertalpbilal [Cancelling all jobs]
Line 12: Line 12:
 ===== Submitting Jobs ===== ===== Submitting Jobs =====
  
-Check [[#prerequisite|prerequisite]] before using Torque.+<note tip>Check [[#prerequisite|prerequisite]] before using Torque.</note>
  
 Jobs can be submitted either using a submission file or directly from command line. First we explain how it is done and then we will discuss the options. Jobs can be submitted either using a submission file or directly from command line. First we explain how it is done and then we will discuss the options.
Line 250: Line 250:
 </code> </code>
 to cancel all of your running jobs. to cancel all of your running jobs.
 +
 +<code bash>
 +qselect -u <username> -s R | xargs qdel
 +</code>
 +will cancel all jobs (both running jobs and queue).
  
 ===== Prerequisite ===== ===== Prerequisite =====
Line 255: Line 260:
 After connecting to polyps enter: After connecting to polyps enter:
  
-<code>+<code bash>
 ssh-keygen -N "" ssh-keygen -N ""
 </code> </code>
Line 261: Line 266:
 Then just press ENTER for any question. After that type the following commands: Then just press ENTER for any question. After that type the following commands:
  
-<code>+<code bash>
 touch ~/.ssh/authorized_keys2 touch ~/.ssh/authorized_keys2
 chmod 600 ~/.ssh/authorized_keys2 chmod 600 ~/.ssh/authorized_keys2
tutorial/torque.txt ยท Last modified: 2024/02/28 13:12 by mjm519