generate: Generate Code From A Schedule

Description Usage Arguments Value See Also

Description

Generate Code From A Schedule

Produces executable code that relies on a SNOW cluster on a single machine and sockets.

Usage

1
2
3
4
5
6
7
8
generate(schedule, ...)

## S4 method for signature 'MapSchedule'
generate(schedule, ...)

## S4 method for signature 'TaskSchedule'
generate(schedule, portStart = 33000L,
  minTimeout = 600)

Arguments

schedule

object inheriting from class Schedule

...

additional arguments to methods

portStart

first local port to use, can possibly use up to n * (n - 1) / 2 subsequent ports if every pair of n workers must communicate.

minTimeout

timeout for socket connection will be at least this many seconds.

Value

x object of class GeneratedCode

See Also

schedule generic function to create Schedule, writeCode to write and extract the actual code, and makeParallel to do everything all at once.


makeParallel documentation built on May 2, 2019, 9:40 a.m.