polaris.run.serial.run_single_step

polaris.run.serial.run_single_step(step_is_subprocess=False, quiet=False)[source]

Used by the framework to run a step when polaris serial gets called in the step’s work directory

Parameters
  • step_is_subprocess (bool, optional) – Whether the step is being run as a subprocess of a task or suite

  • quiet (bool, optional) – Whether step names are not included in the output as the suite progresses