SGE
From Darwin
Sun Grid Engine manages the execution of jobs across a cluster of computers. It provides a queuing system for submitting jobs and a suite of tools for observing and manging jobs in the queue(s).
Jobs can be submitted to the queue by any user. The primary way to submit jobs is using the 'qsub command to specify a shell script to run. Jobs are kept in the queue until a computer is available to run the script.
See Getting started with SGE for instructions for submitting and managing jobs using SGE. The cluster webserver hosts a copy of the SGE documentation.
