pycnic / pysimkernel

A Python package to control parameter scans and iterations for computational experiments
ISC License
1 stars 2 forks source link

No chunking of tasks (at least for now) #36

Open andsor opened 8 years ago

andsor commented 8 years ago

As discussed with @debsankha, for now we do not provide any chunking of tasks. The original line of thought was that chunking would significantly decrease overhead of the scheduling. However, in the worker-based computation scheme, communication is fast via the network, in contrast to the overhead-rich communication of single-job submission via the gridengine scheduler.