| Rhpc_worker_noback | R Documentation |
Executes a function on all worker processes without waiting for or collecting results.
Rhpc_worker_noback(cl, FUN, ...,
usequote = ifelse(is.logical(getOption("Rhpc.usequote")),
getOption("Rhpc.usequote"), TRUE))
cl |
external pointer to MPI communicator |
FUN |
function or string naming the function to be called on workers |
... |
arguments to pass to |
usequote |
logical; if |
This function sends a function call to all worker processes but does not wait for results. It is useful for operations like setting options or initializing worker state where return values are not needed.
Returns invisibly. No results are collected from workers.
Rhpc_worker_call, Rhpc_Export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.