Talk:Kimik: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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)

Revision as of 10:27, 31 May 2007

Free Nodes

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

qstat -f |grep 0/1