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.
DPDispatcher can be installed by pip
:
pip install dpdispatcher
To add Bohrium support, execute
pip install dpdispatcher[bohrium]
See Getting Started for usage.
DPDispatcher is maintained by Deep Modeling's developers and welcomes other people. See Contributing Guide to become a contributor! 🤓
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.