Difference between revisions of "BXadmin:SGE"

From CCGB
Jump to: navigation, search
(Created page with "To add a new machine: $ qconf -ah foobar $ qconf -mq all.q # edit slots to set [foobar.bx.psu.edu=N] $ qconf -mhgrp @allhosts # add foobar.bx.psu.edu to the list, space delimited")
 
 
Line 1: Line 1:
 
To add a new machine:
 
To add a new machine:
  
$ qconf -ah foobar
+
<pre>$ qconf -ah foobar
 
$ qconf -mq all.q # edit slots to set [foobar.bx.psu.edu=N]
 
$ qconf -mq all.q # edit slots to set [foobar.bx.psu.edu=N]
$ qconf -mhgrp @allhosts # add foobar.bx.psu.edu to the list, space delimited
+
$ qconf -mhgrp @allhosts # add foobar.bx.psu.edu to the list, space delimited</pre>

Latest revision as of 17:07, 29 August 2011

To add a new machine:

$ qconf -ah foobar
$ qconf -mq all.q # edit slots to set [foobar.bx.psu.edu=N]
$ qconf -mhgrp @allhosts # add foobar.bx.psu.edu to the list, space delimited