lsst.ctrl.mpexec

Changes

Contributing

lsst.ctrl.mpexec is developed at https://github.com/lsst/ctrl_mpexec. You can find Jira issues for this module under the ctrl_mpexec component.

Configuring Execution Using Pipetask

Command Line Scripts

Python API reference

lsst.ctrl.mpexec Package

Classes

CmdLineFwk()

PipelineTask framework which executes tasks from command line.

ExceptionInfo(*, className, message)

Deprecated since version v30.

ExecutionGraphFixup(*args, **kwargs)

Deprecated since version v30.

ExecutionStatus(value[, names, module, ...])

Possible values for job execution status.

MPGraphExecutor(*args, **kwargs)

Implementation of QuantumGraphExecutor using same-host multiprocess execution of Quanta.

MPGraphExecutorError

Exception class for errors raised by MPGraphExecutor.

MPTimeoutError

Exception raised when task execution times out.

PipelineGraphFactory(pipeline[, butler, ...])

A factory for building and caching a PipelineGraph.

PreExecInit(butler, taskFactory[, extendRun])

Initialization of registry for QuantumGraph execution.

QuantumExecutor(*args, **kwargs)

Deprecated since version v30.

QuantumGraphExecutor(*args, **kwargs)

Deprecated since version v30.

QuantumReport(dataId, taskLabel[, status, ...])

Deprecated since version v30.

Report(*, qgraphSummary[, status, cmdLine, ...])

Deprecated since version v30.

SeparablePipelineExecutor(*args, **kwargs)

Deprecated since version v30.

SimplePipelineExecutor(*args, **kwargs)

Deprecated since version v30.

SingleQuantumExecutor(*args, **kwargs)

Executor class which runs one Quantum at a time.

TaskFactory(*args, **kwargs)

Deprecated since version v30.