Workflows
The following reference provides details about the Dragon Workflows API. Tools for graph-based execution of tasks, data proessing, and integrations with other workflow systems are included.
Python Reference
Batch for Graph-based Execution
Run functions, executables, and parallel applications through a high-level, graph-based tasking API.
Graph-based distributed scheduling for functions, executables, and parallel applications |
Note on terminology: we use the terms "process" and "resolve" in a number of places in this class and in helper functions for this class. |
|
Exception for submitting work to a batch instance after it's been closed. |
|
Data Processing Tools
Prototype API for creating dataflow processing pipelines.
Classes for efficiently moving data between a host and devices |
Other Workflow Tools
Dragon can integrate into other workflow tools and enhance their scalability and performance. These APIs are integrations into other tools. These are currently works-in-progress and are useful primarily for experimentation.
An expiremental executor for parsl that uses Dragon's multiprocessing pool to submit batches of tasks to workers. |
|
Dragon's experimental |