Talk:Kimik: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== Free Nodes ==
== Free Nodes ==


A nice way to check which nodes that are free is to type the following command:
A nice way to check which nodes that are free is to type the following command:


qstat |grep 0/1  
qstat -f |grep 0/1
 
(I think)

Latest revision as of 10:30, 3 August 2009

Free Nodes[edit]

A nice way to check which nodes that are free is to type the following command:

qstat -f |grep 0/1