Niagara Quickstart: Difference between revisions

Marked this version for translation
(Added a bash function to show the queue'd position of a pending job)
(Marked this version for translation)
Line 542: Line 542:
     Since this is not very accurate, you might be interested to know how far back in the queue your job is. This can be accomplished with the following bash function:
     Since this is not very accurate, you might be interested to know how far back in the queue your job is. This can be accomplished with the following bash function:


<!--T:99-->
<pre>
<pre>
function qpos() {
function qpos() {
Line 555: Line 556:
</pre>
</pre>


<!--T:100-->
Usage:
Usage:
<pre>
<pre>
qpos
qpos


<!--T:101-->
</pre>
</pre>


     </p>
     <!--T:102-->
</p>
</li>
</li>
<li><p><code>scancel -i JOBID</code> to cancel the job.</p></li>
<li><p><code>scancel -i JOBID</code> to cancel the job.</p></li>
Line 570: Line 574:
</ul>
</ul>


<!--T:103-->
For more information, check out the wiki page devoted to [[Running jobs]].
For more information, check out the wiki page devoted to [[Running jobs]].


rsnt_translations
56,430

edits