scheduleFork_old: Single sequential forks scheduler

Description Usage Arguments Value

View source: R/old_scheduleFork.R

Description

Single sequential forks scheduler

Usage

1
scheduleFork_old(graph, overhead = 1000, bandwidth = 1.5e+09)

Arguments

graph

object of class TaskGraph as returned from inferGraph expression.

overhead

numeric seconds to send any object

bandwidth

numeric speed that the network can transfer an object between processors in bytes per second. We don't take network contention into account. This will have to be extended to account for multiple machines.

Value

schedule object of class ForkSchedule


clarkfitzg/codedoctor documentation built on Nov. 18, 2020, 4:34 p.m.