pbdMPI (version 0.3-9)

probe: Probe Functions

Description

The functions call MPI probe functions.

Usage

probe(rank.source = .pbd_env$SPMD.CT$rank.source,
      tag = .pbd_env$SPMD.CT$tag, comm = .pbd_env$SPMD.CT$comm,
      status = .pbd_env$SPMD.CT$status)
iprobe(rank.source = .pbd_env$SPMD.CT$rank.source,
       tag = .pbd_env$SPMD.CT$tag, comm = .pbd_env$SPMD.CT$comm,
       status = .pbd_env$SPMD.CT$status)

Arguments

rank.source

a source rank where an object sent from.

tag

a tag number.

comm

a communicator number.

status

a status number.

Value

An invisible state of MPI call is returned.

Details

These functions are for internal functions. Potentially, they set/get probe for receiving data.

References

Programming with Big Data in R Website: http://r-pbd.org/

Examples

Run this code
# NOT RUN {
### See source code of spmd.recv.default() for an example.
# }

Run the code above in your browser using DataCamp Workspace