https://github.com/deepmodeling/dpdispatcher
generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish
https://github.com/deepmodeling/dpdispatcher
hpc job-scheduler lsf pbs python slurm
Last synced: about 1 month ago
JSON representation
generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish
- Host: GitHub
- URL: https://github.com/deepmodeling/dpdispatcher
- Owner: deepmodeling
- License: lgpl-3.0
- Created: 2020-12-08T05:14:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T19:35:48.000Z (about 1 month ago)
- Last Synced: 2025-05-12T20:47:46.167Z (about 1 month ago)
- Topics: hpc, job-scheduler, lsf, pbs, python, slurm
- Language: Python
- Homepage: https://docs.deepmodeling.com/projects/dpdispatcher/
- Size: 2.7 MB
- Stars: 51
- Watchers: 5
- Forks: 56
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- deepmodeling-projects - GitHub - 21% open · ⏱️ 25.04.2025): (Others)
README
# DPDispatcher
[](https://anaconda.org/conda-forge/dpdispatcher)
[](https://pypi.org/project/dpdispatcher)
[](https://hub.docker.com/r/dptechnology/dpdispatcher)
[](https://dpdispatcher.readthedocs.io/)DPDispatcher is a Python package used to generate HPC (High-Performance Computing) scheduler systems (Slurm/PBS/LSF/Bohrium) jobs input scripts, submit them to HPC systems, and poke until they finish.
DPDispatcher will monitor (poke) until these jobs finish and download the results files (if these jobs are running on remote systems connected by SSH).
For more information, check the [documentation](https://dpdispatcher.readthedocs.io/).
## Installation
DPDispatcher can be installed by `pip`:
```bash
pip install dpdispatcher
```To add [Bohrium](https://bohrium.dp.tech/) support, execute
```bash
pip install dpdispatcher[bohrium]
```## Usage
See [Getting Started](https://dpdispatcher.readthedocs.io/en/latest/getting-started.html) for usage.
## Contributing
DPDispatcher is maintained by Deep Modeling's developers and welcomes other people.
See [Contributing Guide](CONTRIBUTING.md) to become a contributor! 🤓## References
DPDispatcher is derived from the [DP-GEN](https://github.com/deepmodeling/dpgen) package. To mention DPDispatcher in a scholarly publication, please read Section 3.3 in the [DP-GEN paper](https://doi.org/10.1016/j.cpc.2020.107206).