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

Class SGECluster

source code

object --+    
         |    
   Cluster --+
             |
            SGECluster

Basic class for dealing with cluster submission

Instance Methods [hide private]
 
def_get_path(self, location)
replace string for path issues
source code
 
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)
control the status of a single job with it's cluster id
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 = 'sge'
  idle_tag = ['qw', 'hqw', 'hRqw', 'w']
  running_tag = ['r', 't', 'Rr', 'Rt']
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 

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

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

remove(*args, **opt)

source code 

Clean the jobs on the cluster

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