Ensemble Launcher
A lightweight, scalable tool for launching and orchestrating task ensembles across HPC clusters with intelligent resource management and hierarchical execution.
Features
- Scalability -- Hierarchical master-worker architecture tested from 1 to 2048+ nodes
- Flexible Execution -- Support for serial, MPI, and mixed workloads with Python callables or shell commands
- Co-Scheduling -- Run heterogeneous tasks (different node counts, GPU requirements) in a single ensemble
- Custom Scheduling Policies -- Pluggable policy system with built-in bin-packing, split, and FIFO strategies, or write your own
- Actors -- Distributed actor model with async/await communication over ZMQ for long-lived stateful services
- Inference -- Actor-based vLLM wrappers for offline, online, and multi-node LLM serving on HPC clusters
Quick Example
from ensemble_launcher import EnsembleLauncher
el = EnsembleLauncher("config.json")
results = el.run()
# Or use the CLI
el start my_ensemble.json
Acknowledgments
This work was supported by the U.S. Department of Energy, Office of Science, under contract DE-AC02-06CH11357.
Citation
@article{tummalapalli2026overcoming,
title={Overcoming Orchestration Bottlenecks at Exascale: A Decentralized, Policy-Driven Approach for Sim-AI Ensembles},
author={Tummalapalli, Harikrishna and Simpson, Christine M and Balin, Riccardo and Morozov, Vitali A and Pham, Thang D and Keceli, Murat and Uram, Thomas D},
journal={arXiv preprint arXiv:2607.12211},
year={2026}
}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ensemble_launcher-0.1.0.tar.gz
(284.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ensemble_launcher-0.1.0.tar.gz.
File metadata
- Download URL: ensemble_launcher-0.1.0.tar.gz
- Upload date:
- Size: 284.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
745e772450a0592d4a6e0c5e6b3fb082a4c631493d6d7fd14adc992b3a50412f
|
|
| MD5 |
8858c830996f5171659efc5c98278d97
|
|
| BLAKE2b-256 |
b4edb69bc60259cf19542e14739b96fb764db4f941d0267818df5b02f916f5ae
|
File details
Details for the file ensemble_launcher-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ensemble_launcher-0.1.0-py3-none-any.whl
- Upload date:
- Size: 252.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95cd9249369483ce773655ef59d99e4b08a775d4709122a171ce1b7eb364f649
|
|
| MD5 |
8207f8e32edb4eae5e5b359ab70bdec4
|
|
| BLAKE2b-256 |
489e0351268c195279573e5fedd68531a6e661102ce9d042c2e3a22153347355
|