Description Usage Arguments References
Creates the schedule for a dependency graph. The schedule is the
assignment of the expressions to different processors at different
times. There are many possible scheduling algorithms. The default is
mapSchedule, which does
simple map parallelism using R's apply family of functions.
1 2 3 4 5 6 7 |
graph |
object of class DependGraph |
maxWorker |
integer maximum number of parallel workers |
... |
additional arguments to methods |
See Task Scheduling for Parallel Systems, Sinnen, O. for a thorough treatment of what it means to have a valid schedule.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.