Learn R Programming

sits (version 1.1.0)

sits_parallel_fault_tolerant: Fault tolerant version of some parallel functions

Description

These internal functions are a reimplementation of a fault tolerant version of snow package functions recv_one_data(), recv_one_result(), and cluster_apply() from Luke Tierney, A. J. Rossini, Na Li, H. Sevcikova. snow package is licensed as GPL-2 | GPL-3. This re-implementation allows `sits` cope with massive volume of data processing over networks without compromise overall results.

Usage

.sits_parallel_recv_one_data()

.sits_parallel_recv_one_result()

.sits_parallel_cluster_apply(x, fn, ..., pb = NULL)

Value

List with IDs of workers and their values

List with values and nodes

No value, called for side effect.

Arguments

x

a given list to be passed to a function

fn

a function to be applied to each list element

...

additional arguments to fn function

Author

Rolf Simoes, rolf.simoes@inpe.br