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 Both sides next revision
tutorial:torque [2016/10/07 09:22]
sertalpbilal [ADVANCED]
tutorial:torque [2016/10/07 09:33]
afo214
Line 220: Line 220:
  
  
 +===== 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 and output files for your jobs.
  
  
tutorial/torque.txt ยท Last modified: 2024/02/28 13:12 by mjm519