caseyagraff / dagma

A lightweight pipelining tool for computation.
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Implement Schedaddle integrated runner + decorators #10

Open caseyagraff opened 4 years ago

caseyagraff commented 4 years ago

Create a runner that executes nodes as jobs using Schedaddle.

Also, implement hooks that allow nodes to specify Schedaddle job requirements (threads, memory, GPUs, etc.).

Consider putting a contrib/ or plugin/ directory.