flatironinstitute / disBatch

Tool to distribute a list of computational tasks over a pool of compute resources. The pool can grow or shrink.
Apache License 2.0
39 stars 8 forks source link

Add support for tasksPerNode/cpusPerTask over/undersubscription #3

Closed dylex closed 7 years ago

dylex commented 7 years ago

Allow users to specify either number of tasks per node (for e.g., memory-bound tasks), number of cpus per task (for multi-threaded tasks), or number of tasks per cpu (for io-bound parallelism).

dylex commented 7 years ago

Complete in 81fcdf8.