mpi.any.source | R Documentation |
Find MPI constants: MPI_ANY_SOURCE, MPI_ANY_TAG, or MPI_PROC_NULL
mpi.any.source()
mpi.any.tag()
mpi.proc.null()
None
These constants are mainly used by
mpi.send
, mpi.recv
, and
mpi.probe
.
Different implementation of MPI may use different
integers for MPI_ANY_SOURCE, MPI_ANY_TAG, and MPI_PROC_NULL. Hence one
should use these functions instead real integers for MPI communications.
Each function returns an integer value.
mpi.send
, mpi.recv
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.