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

Module glite

source code

A basic wrapper for submitting and monitoring jobs to Condor. Inherits from i3Queue

copyright (c) 2005 the icecube collaboration


Version: $Revision: $

Date: $Date: $

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

Classes [hide private]
  gLite
This class represents a job or cluster on an egee grid.
  Edg
This class represents a job or cluster on an egee grid.
Functions [hide private]
 
qoute(x) source code
 
cstatus(istatus) source code
Variables [hide private]
  logger = logging.getLogger('eGee')
  egee_status = {'1': 'QUEUED', '2': 'PROCESSING'}
  queued_state = ['READY', 'SCHEDULED', 'WAITING', 'SUBMITTED', ...
  running_state = ['RUNNING', 'EXECUTED', 'FINISHING']
  error_state = ['FAILED', 'DONE(EXITCODE!=0)', 'ABORTED']
  finished_state = ['DONE(SUCCESS)', 'CLEARED', 'CANCELLED']
  undetermined_states = ['UNAVAILABLE']
Variables Details [hide private]

queued_state

Value:
['READY',
 'SCHEDULED',
 'WAITING',
 'SUBMITTED',
 'ACCEPTED',
 'PREPARING',
 'QUEUEING',
 'QUEUED',
...