Get a queuing system working: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Here is how to get a queuing system up and running, our way, and integrate it with [[DOCK 3.7]. We assume you have already [[build a computer cluster | built a computer clust...") |
No edit summary |
||
Line 1: | Line 1: | ||
Here is how to get a queuing system up and running, our way, and integrate it with [[DOCK 3.7]. | Here is how to get a queuing system up and running, our way, and integrate it with [[DOCK 3.7]. We use free versions of [[SGE]]. | ||
We assume you have already [[build a computer cluster | built a computer cluster]] in a way that is close enough to our design that the following makes sense. | We assume you have already [[build a computer cluster | built a computer cluster]] in a way that is close enough to our design that the following makes sense. |
Revision as of 00:10, 25 February 2014
Here is how to get a queuing system up and running, our way, and integrate it with [[DOCK 3.7]. We use free versions of SGE.
We assume you have already built a computer cluster in a way that is close enough to our design that the following makes sense.
set up sgemaster
- one
- two
set up sgehead
- one
- two
set up individual nodes
- one
- two
create queues
qconf -aq
create groups of machines
qconf -ahgrp
authorize users
- one
- two
tune by editing a dozen parameters
- one
- two
run jobs
- one
- two
troubleshooting
- one
- two
tips and tricks
- one
- two