DPDispatcher

DPDispatcher is a python package used to generate HPC(High Performance Computing) scheduler systems (Slurm/PBS/LSF/dpcloudserver) jobs input scripts and submit these scripts to HPC systems and poke until they finish.
​DPDispatcher will monitor (poke) until these jobs finish and download the results files (if these jobs is running on remote systems connected by SSH).

For more information, check the documentation.

Installation

DPDispatcher can installed by pip:

pip install dpdispatcher

Usage

See Getting Started for usage.

GitHub

GitHub - deepmodeling/dpdispatcher: generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish
generate HPC scheduler systems jobs input scripts and submit these scripts to HPC systems and poke until they finish - GitHub - deepmodeling/dpdispatcher: generate HPC scheduler systems jobs input ...