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/07 09:22]
sertalpbilal Moved everything
tutorial:torque [2016/10/07 10:11]
sertalpbilal
Line 11: Line 11:
  
 ===== Submitting Jobs ===== ===== Submitting Jobs =====
 +
 +Check [[#prerequisite|prerequisite]] before using Torque.
  
 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 195: Line 197:
 </code> </code>
  
-==== ADVANCED ====+===== Advanced =====
  
  
Line 220: Line 222:
  
  
 +===== Prerequisite =====
 +In order to extract your output and error results in Torque, you need to have password-less connection between nodes. If you have not set it once, execute the following commands. These commands create a public and private key so that when a node want to transfer a file to your home folder, it does not require the password.
 +After connecting to polyps enter:
  
 +<code>
 +ssh-keygen -N ""
 +</code>
  
 +Then just press ENTER for any question. After that type the following commands:
  
 +<code>
 +touch ~/.ssh/authorized_keys2
 +chmod 600 ~/.ssh/authorized_keys2
 +cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys2
 +</code>
 +Now, you will get the error log and output log files for your jobs.
  
  
tutorial/torque.txt ยท Last modified: 2024/02/28 13:12 by mjm519