Learn R Programming

⚠️There's a newer version (0.5-3) of this package.Take me there.

pbdMPI (version 0.1-5)

Programming with Big Data -- Interface to MPI

Description

pbdMPI provides an efficient interface to MPI by utilizing S4 classes and methods with a focus on Single Program/Multiple Data (SPMD) parallel programming style, which is intended for batch parallel execution.

Copy Link

Version

Install

install.packages('pbdMPI')

Monthly Downloads

908

Version

0.1-5

License

GPL (>= 2)

Maintainer

Wei-Chen Chen

Last Published

March 12th, 2013

Functions in pbdMPI (0.1-5)

bcast-method

A Rank Broadcast an Object to Every Rank
pbdMPI-package

Programming with Big Data -- Interface to MPI
global stop and warning functions

Global Stop and Warning Functions
scatter-method

A Rank Scatter Objects to Every Rank
irecv-method

A Rank Receives (Nonblocking) an Object from the Other Rank
global print and cat

Global Print and Cat Functions
info

Info Functions
gather-method

A Rank Gathers Objects from Every Rank
isend-method

A Rank Send (Nonblocking) an Object to the Other Rank
communicator

Communicator Functions
SPMD Internal Functions

All SPMD Internal Functions
recv-method

A Rank Receives (Blocking) an Object from the Other Rank
sendrecv-method

Send and Receive an Object to and from Other Ranks
sendrecv.replace-method

Send and Receive an Object to and from Other Ranks
MPI array pointers

Set or Get MPI Array Pointers in R
seed for RNG

Seed Functions for Random Number Generators
apply and lapply

Parallel Apply and Lapply Functions
reduce-method

A Rank Receive a Reduction of Objects from Every Rank
get job id

Divide Job ID by Ranks
allgather-method

All Ranks Gather Objects from Every Rank
Internal Functions

All Internal Functions
send-method

A Rank Send (blocking) an Object to the Other Rank
SPMD Control

A set of controls in pbdMPI.
allreduce-method

All Ranks Receive a Reduction of Objects from Every Rank
global sort function

Global Quick Sort for Distributed Vectors or Matrices
probe

Probe Functions
wait

Wait Functions
global any and all functions

Global Any and All Functions