utils.track_job#

Back to Module page

Summary#

Track a multiprocessing job that was submitted in chunks

Signature#

def track_job(job, jobname, n_tasks, n_tasks_prev = 0, n_tasks_tot = None, update_interval = 10)
Input variables#

Name

Type

Default

Description

job

jobname

n_tasks

n_tasks_prev

0

n_tasks_tot

None

update_interval

10

Output variables#

Return annotation

Docstring type

Description

None

Docstring#

Track a multiprocessing job that was submitted in chunks