string | R Documentation |
Internal and hidden functions used by other MPI functions.
mpi.comm.is.null
is used to test if a comm is MPI_COMM_NULL (empty
members).
string
create a string (empty space character) buffer.
.docall
a wrap to docall function.
.mpi.worker.apply
apply like function used by workers.
.mpi.worker.applyLB
apply like function used by workers (load balancing).
.mpi.worker.exec
real execution by workers when using mpi.remote.exec.
.mpi.worker.sim
real simulation by workers when using mpi.parSim.
.type.index
identify input data type: integer, numeric, raw, or others.
.simplify
simplify internal objects.
.splitIndices
split parall apply jobs evenly.
.onUnload
clean MPI when Rmpi is unloaded.
.mpi.undefined
undefined mpi object.
.force.type
force input data type object specified by type.
mpi.comm.is.null(comm)
string(length)
.docall(fun, args)
comm |
a communicator number. |
length |
length of a string. |
fun |
a function object. |
args |
arguments to function. |
string
returns an empty character string.
Hao Yu
mpi.spawn.Rslaves
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.