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

Class GECluster

source code

object --+    
         |    
   Cluster --+
             |
            GECluster

Class for dealing with cluster submission on a GE cluster

Instance Methods [hide private]
 
submit(*args, **opt)
Submit the prog to the cluser
source code
 
control_one_job(*args, **opt)
control the status of a single job with it's cluster id
source code
 
control(*args, **opt)
Check the status of job associated to directory me_dir.
source code
 
remove(*args, **opt)
Clean the jobs on 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 = 'ge'
  idle_tag = ['qw']
  running_tag = ['r']
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

submit(*args, **opt)

source code 

Submit the prog to the cluser

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()
Overrides: Cluster.control_one_job

control(*args, **opt)

source code 

Check the status of job associated to directory me_dir. return (idle, run, finish, fail)

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

remove(*args, **opt)

source code 

Clean the jobs on the cluster

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