Package iceprod :: Package server :: Package plugins :: Module sge_thorsten
[hide private]
[frames] | no frames]

Module sge_thorsten

source code

A basic submitfile for submitting and monitoring jobs to SGE. This module implements only a small subset of SGE features. It's interface is like that of condor however. Inherits from i3Queue

copyright (c) 2005 the icecube collaboration


Version: $Revision: $

Date: $Date: $

Author: Juan Carlos Diaz Velez <juancarlos@icecube.wisc.edu>

To Do: implement more functionality of sge.

Classes [hide private]
  SGE
This class represents a job or cluster on a sge system.
  SgeDAG
This class represents a job that executes in multiple parts using a DAG.
Functions [hide private]
 
cstatus(istatus) source code
Variables [hide private]
  logger = logging.getLogger('SGE')
  sge_status = {'hqw': 'QUEUED', 'qw': 'QUEUED', 'r': 'PROCESSING'}
  __package__ = 'iceprod.server.plugins'