run

Import in python using from mcutils.scripts.split.run import run

mcutils.scripts.split.run.run(job_id: int, njobs: int, mask_fn: str, command: Sequence[str])[source]

Runs part of the script

Parameters
  • job_id – job ID

  • njobs – number of jobs

  • mask_fn – mask filename

  • command – script to run