|
|
|
submit(self,
prog,
argument=[ ] ,
cwd=None,
stdout=None,
stderr=None,
log=None,
required_output=[ ] ,
nb_submit=0)
How to make one submission. |
source code
|
|
|
submit2(self,
prog,
argument=[ ] ,
cwd=None,
stdout=None,
stderr=None,
log=None,
input_files=[ ] ,
output_files=[ ] ,
required_output=[ ] ,
nb_submit=0)
How to make one submission. |
source code
|
|
|
cluster_submit(self,
prog,
argument=[ ] ,
cwd=None,
stdout=None,
stderr=None,
log=None,
input_files=[ ] ,
output_files=[ ] ,
required_output=[ ] ,
nb_submit=0,
packet_member=None)
This function wrap the cluster submition with cluster independant
method should not be overwritten (but for DAG type submission) |
source code
|
|
|
control(self,
me_dir=None)
Check the status of job associated to directory me_dir. |
source code
|
|
|
control_one_job(self,
pid)
control the status of a single job with it's cluster id |
source code
|
|
|
get_jobs_identifier(self,
path,
second_path=None)
get a unique run_name for all the jobs helps to identify the runs in
the controller for some cluster. |
source code
|
|
|
|
|
check_termination(self,
job_id)
Check the termination of the jobs with job_id and relaunch it if
needed. |
source code
|
|
|
|
|
|
|
metasubmit(self,
prog,
argument=[ ] ,
cwd=None,
stdout=None,
stderr=None,
log=None,
input_files=[ ] ,
output_files=[ ] ,
required_output=[ ] ,
nb_submit=0) |
source code
|
|
|
modify_interface(self,
run_interface)
routine which allow to modify the run_card/mg5cmd object to change
the default behavior of the runs. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|