GravityPHY / dpdispatcher

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

Home Page:https://docs.deepmodeling.com/projects/dpdispatcher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 derivated from the DP-GEN package. To mention DPDispatcher in a scholarly publication, please read Section 3.3 in the DP-GEN paper.

About

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

https://docs.deepmodeling.com/projects/dpdispatcher/

License:GNU Lesser General Public License v3.0


Languages

Language:Python 98.9%Language:Shell 0.9%Language:Dockerfile 0.1%Language:PureBasic 0.1%