ATTRIB()
and
OBJECT()
SEXPREC_ALIGN
This package can now also be installed on Windows, where it offers a
reduced set of features. Most notably, bettermc::mclapply()
(just like parallel::mclapply()
) falls back on serial
execution, since forking is not available on Windows. Still, this allows
code employing bettermc::mclapply()
, which was originally
developed for Linux or macOS, to be run on Windows.
mclapply()
to what it was before; this makes the RNG state
of the parent process immune to changes to arguments such as
mc.cores
or mc.force.fork
mc.retry.fixed.seed
to
mclapply()
: TRUE
invokes FUN()
for a particular element of X
with the same fixed seed on
every retry; default is FALSE
mc.retry.silent
to
mclapply()
: TRUE
suppresses the messages
indicating failures during intermediate retires; default is
FALSE
X
mclapply()
in a session, the
environment variable MC_CORES was not respectedmc.force.fork == TRUE && length(X) == 1
allocate_from_shm()
allocate_from_shm()
allocate_from_shm()
for Valgrind as defined
(cf. https://r.789695.n4.nabble.com/custom-allocators-Valgrind-and-uninitialized-memory-td4768304.html)