|
|
|
launch_and_wait(self,
prog,
argument=[ ] ,
cwd=None,
stdout=None,
stderr=None,
log=None,
**opts)
launch one job and wait for it |
source code
|
|
|
submit(self,
prog,
argument=[ ] ,
cwd=None,
stdout=None,
stderr=None,
log=None,
required_output=[ ] ,
nb_submit=0)
submit a job on multicore machine |
source code
|
|
|
|
|
wait(self,
me_dir,
update_status)
Wait that all thread finish self.nb_used and self.done are update via
each jobs (thread and local) self.submitted is the nb of times that
submitted has been call (local) remaining is the nb of job that we
still have to wait. |
source code
|
|
|
|
Inherited from Cluster :
check_termination ,
control ,
control_one_job ,
submit2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|