scheduleFork: Single sequential forks scheduler

Description Usage Arguments Value

View source: R/scheduleFork.R

Description

Single sequential forks scheduler

Usage

1
2
scheduleFork(graph, platform = Platform(), data = list(),
  overhead = 1e-03, bandwidth = 1.5e+09)

Arguments

graph

TaskGraph as returned from inferGraph

overhead

seconds required to initialize a fork

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 ForkSchedule


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