Mizzou-CBMI / COSMOS2

Python Scientific Pipeline Management System
GNU General Public License v3.0
71 stars 39 forks source link

Adding SLURM drm. #69

Closed karel-kk closed 7 years ago

karel-kk commented 7 years ago

I added SLURM drm functionality. The code is tested on our local cluster that runs on SLURM. It can create jobs, monitor jobs correctly to find out when they are finished, and it can cancel jobs when main workflow is killed with Ctrl-C. Seems to be running fine.