Skip to content

generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish

License

Notifications You must be signed in to change notification settings

deepmodeling/dpdispatcher

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25f53dd · May 19, 2025
Jan 14, 2025
Aug 20, 2024
Feb 8, 2022
Nov 27, 2024
Apr 25, 2025
May 4, 2024
Feb 25, 2023
Aug 28, 2024
Jul 7, 2024
Apr 13, 2024
Jan 26, 2023
May 19, 2025
Apr 18, 2024
Jan 26, 2023
Oct 12, 2023
Dec 26, 2020
Oct 1, 2024
Mar 20, 2023
Oct 28, 2024

Repository files navigation

DPDispatcher

conda-forge pip install docker pull Documentation Status

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.

Installation

DPDispatcher can be installed by pip:

pip install dpdispatcher

To add Bohrium support, execute

pip install dpdispatcher[bohrium]

Usage

See Getting Started for usage.

Contributing

DPDispatcher is maintained by Deep Modeling's developers and welcomes other people. See Contributing Guide to become a contributor! 🤓

References

DPDispatcher is derived from the DP-GEN package. To mention DPDispatcher in a scholarly publication, please read Section 3.3 in the DP-GEN paper.