utils.track_job =============== Back to :doc:`Module page <../modules/utils>` Summary ------- Track a multiprocessing job that was submitted in chunks Signature --------- .. code-block:: python def track_job(job, jobname, n_tasks, n_tasks_prev = 0, n_tasks_tot = None, update_interval = 10) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``job`` - - - - - - * - ``jobname`` - - - - - - * - ``n_tasks`` - - - - - - * - ``n_tasks_prev`` - - - 0 - - * - ``n_tasks_tot`` - - - None - - * - ``update_interval`` - - - 10 - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text Track a multiprocessing job that was submitted in chunks