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

Class CondorCluster

source code

object --+    
         |    
   Cluster --+
             |
            CondorCluster

Basic class for dealing with cluster submission

Instance Methods [hide private]
 
submit(*args, **opt)
Submit the
source code
 
control_one_job(*args, **opt)
control the status of a single job with it's cluster id
source code
 
control(self, *args, **opt)
control the status of a single job with it's cluster id
source code
 
remove(*args, **opt)
Clean the jobson the cluster
source code

Inherited from Cluster: __init__, launch_and_wait, wait

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  name = 'condor'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

submit(*args, **opt)

source code 

Submit the

Decorators:
  • @multiple_try()
Overrides: Cluster.submit

control_one_job(*args, **opt)

source code 

control the status of a single job with it's cluster id

Decorators:
  • @multiple_try(nb_try= 10, sleep= 10)
Overrides: Cluster.control_one_job

control(self, *args, **opt)

source code 

control the status of a single job with it's cluster id

Decorators:
  • @check_interupt()
  • @multiple_try(nb_try= 10, sleep= 10)
Overrides: Cluster.control

remove(*args, **opt)

source code 

Clean the jobson the cluster

Decorators:
  • @multiple_try()
Overrides: Cluster.remove