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

Class HTCaaSCluster

source code

object --+    
         |    
   Cluster --+
             |
            HTCaaSCluster

Class for dealing with cluster submission on a HTCaaS cluster using GPFS

Instance Methods [hide private]
 
submit2(self, prog, argument=[], cwd=None, stdout=None, stderr=None, log=None, input_files=[], output_files=[], required_output=[], nb_submit=0)
Submit the HTCaaS job on the cluster with NO SHARE DISK input/output file should be given as relative to CWd
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 jobson the cluster
source code

Inherited from Cluster: __init__, check_termination, cluster_submit, get_jobs_identifier, launch_and_wait, metasubmit, modify_interface, submit, wait

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

Class Variables [hide private]
  name = 'htcaas'
  job_id = 'HTCAAS_JOBID'
  idle_tag = ['waiting']
  running_tag = ['preparing', 'running']
  complete_tag = ['done']

Inherited from Cluster: identifier_length

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

submit2(self, prog, argument=[], cwd=None, stdout=None, stderr=None, log=None, input_files=[], output_files=[], required_output=[], nb_submit=0)

source code 

Submit the HTCaaS job on the cluster with NO SHARE DISK input/output file should be given as relative to CWd

Decorators:
  • @store_input()
  • @multiple_try()
Overrides: Cluster.submit2

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= 5)
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 jobson the cluster

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