Package madgraph :: Package various :: Module cluster
[hide private]
[frames] | no frames]

Module cluster

source code

Classes [hide private]
  ClusterManagmentError
  NotImplemented
  Cluster
Basic Class for all cluster type submission
  CondorCluster
Basic class for dealing with cluster submission
  PBSCluster
Basic class for dealing with cluster submission
  SGECluster
Basic class for dealing with cluster submission
  LSFCluster
Basic class for dealing with cluster submission
  GECluster
Class for dealing with cluster submission on a GE cluster
Functions [hide private]
 
multiple_try(nb_try=5, sleep=20) source code
 
check_interupt(error=<type 'exceptions.KeyboardInterrupt'>) source code
Variables [hide private]
  logger = logging.getLogger('madgraph.cluster')
  from_name = {'condor': <class 'madgraph.various.cluster.Condor...
  __package__ = 'madgraph.various'
Variables Details [hide private]

from_name

Value:
{'condor': <class 'madgraph.various.cluster.CondorCluster'>,
 'ge': <class 'madgraph.various.cluster.GECluster'>,
 'lsf': <class 'madgraph.various.cluster.LSFCluster'>,
 'pbs': <class 'madgraph.various.cluster.PBSCluster'>,
 'sge': <class 'madgraph.various.cluster.SGECluster'>}