parLapplyLBc: A load balancing version of clusterApply with increased level...

Description Usage Arguments Details Value See Also

Description

This function is a modified copy of parallel::parLapplyLB (v3.2.4)

Usage

1
parLapplyLBc(cl = NULL, X, fun, ..., chunksize = 10L)

Arguments

cl

A cluster object, created by this package or by package snow. If NULL, use the registered default cluster.

X

A vector (atomic or list).

fun

A function or character string naming a function.

...

Additional arguments to pass to fun; beware of partial matching to earlier arguments.

chunksize

An integer value. A suggestion on how large the number of tasks should be that are sent per job to a worker.

Details

Bug report is submitted under # 16792

Value

A list of the same length as X each with the returned value of fun.

See Also

parallel::parLapplyLB and parallel::parLapply


dschlaep/ecotoner documentation built on May 15, 2019, 2:57 p.m.