|
|
|
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
|
|
|
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
|
|
|
|
|
check_termination(self,
job_id)
Check the termination of the jobs with job_id and relaunch it if
needed. |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|