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.
.sits_parallel_recv_one_data().sits_parallel_recv_one_result()
.sits_parallel_cluster_apply(x, fn, ..., pb = NULL)
List with IDs of workers and their values
List with values and nodes
No value, called for side effect.
a given list to be passed to a function
a function to be applied to each list element
additional arguments to fn function
Rolf Simoes, rolf.simoes@inpe.br