Trevor Strohman's Python library

This Python library is meant to allow large parameter-sweep submissions to a Grid Engine cluster. Each individual cluster job is represented by a Job object, and these objects can have dependencies on other jobs. Once a set of job objects has been created, the sge.build_submission function dispatches these jobs for execution on the cluster. The library automatically redirects stdout and stderr of the submitted jobs.

http://ciir.cs.umass.edu/~strohman/code/sge.py