lsst.ctrl.mpexec¶
Changes¶
- lsst-ctrl-mpexec v29.0.0 (2025-03-25)
- lsst-ctrl-mpexec v28.0.0 (2024-11-21)
- lsst-ctrl-mpexec 27.0.0 (2024-05-29)
- lsst-ctrl-mpexec v26.0.0 (2023-09-23)
- lsst-ctrl-mpexec v25.0.0 (2023-02-28)
- lsst-ctrl-mpexec v24.0.0 (2022-08-26)
- lsst-ctrl-mpexec v23.0.1 (2022-02-02)
- lsst-ctrl-mpexec v23.0.0 (2021-12-10)
- lsst-ctrl-mpexec v22.0 (2021-04-01)
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¶
Functions¶
| 
 | Convert QuantumGraph into GraphViz digraph. | 
| 
 | Convert  | 
Classes¶
| PipelineTask framework which executes tasks from command line. | |
| 
 | Information about exception. | 
| Interface for classes which update quantum graphs before execution. | |
| 
 | Possible values for job execution status. | 
| 
 | Implementation of QuantumGraphExecutor using same-host multiprocess execution of Quanta. | 
| Exception class for errors raised by MPGraphExecutor. | |
| Exception raised when task execution times out. | |
| 
 | A factory for building and caching a PipelineGraph. | 
| 
 | Initialization of registry for QuantumGraph execution. | 
| Class which abstracts execution of a single Quantum. | |
| Class which abstracts QuantumGraph execution. | |
| 
 | Task execution report for a single Quantum. | 
| 
 | Execution report for the whole job with one or few quanta. | 
| 
 | An executor that allows each step of pipeline execution to be run independently. | 
| 
 | A simple, high-level executor for pipelines. | 
| 
 | Executor class which runs one Quantum at a time. | 
| Class instantiating PipelineTasks. |