Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 47 found.
[1] < 1 2 3 4 5 > [5]  Sort:

mpi.exit (Package: Rmpi) : Exit MPI Environment

mpi.exit terminates MPI execution environment and detaches the library Rmpi. After that, you can still work on R.
● Data Source: CranContrib
● Keywords: utilities
● Alias: mpi.exit, mpi.quit
● 0 images

mpi.cart.rank (Package: Rmpi) : MPI_Cart_rank

mpi.cart.rank translates a Cartesian topology coordinate to its rank.
● Data Source: CranContrib
● Keywords: interface
● Alias: mpi.cart.rank
● 0 images

mpi.bcast.Robj (Package: Rmpi) : Extensions of MPI_Bcast API

mpi.bcast.Robj and mpi.bcast.Robj2slave are used to move a general R object around among master and all slaves.
● Data Source: CranContrib
● Keywords: utilities
● Alias: mpi.bcast.Rfun2slave, mpi.bcast.Robj, mpi.bcast.Robj2slave, mpi.bcast.data2slave
● 0 images

mpi.parSim (Package: Rmpi) : Parallel Monte Carlo Simulation

Carry out parallel Monte Carlo simulation on R slaves spawned by using slavedaemon.R script and all executed results are returned back to master.
● Data Source: CranContrib
● Keywords: utilities
● Alias: mpi.parSim
● 0 images

mpi.applyLB (Package: Rmpi) : (Load balancing) parallel apply

(Load balancing) parallellapply and related functions.
● Data Source: CranContrib
● Keywords: utilities
● Alias: mpi.applyLB, mpi.parApply, mpi.parCapply, mpi.parLapply, mpi.parMM, mpi.parRapply, mpi.parReplicate, mpi.parSapply
● 0 images

mpi.universe.size (Package: Rmpi) : MPI_Universe_size API

mpi.universe.size returns the total number of CPUs available in a cluster. Some MPI implements may not have this MPI call available.
● Data Source: CranContrib
● Keywords: interface
● Alias: mpi.universe.size
● 0 images

mpi.gather.Robj (Package: Rmpi) : Extentions of MPI_Gather and MPI_Allgather APIs

mpi.gather.Robj gathers each member's object to the member specified by the argument root. The root member receives the objects as a list. mpi.allgather.Robj is the same as mpi.gather.Robj except that all members receive the result instead of just the root.
● Data Source: CranContrib
● Keywords: interface
● Alias: mpi.allgather.Robj, mpi.gather.Robj
● 0 images

mpi.scatter.Robj (Package: Rmpi) : Extensions of MPI_ SCATTER and MPI_SCATTERV

mpi.scatter.Robj and mpi.scatter.Robj2slave are used to scatter a list to all members. They are more efficient than using any parallel apply functions.
● Data Source: CranContrib
● Keywords: utilities
● Alias: mpi.scatter.Robj, mpi.scatter.Robj2slave
● 0 images

mpi.send (Package: Rmpi) : MPI_Send, MPI_Isend, MPI_Recv, and MPI_Irecv APIs

The pair mpi.send and mpi.recv are two most used blocking calls for point-to-point communications. An int, double or char vector can be transmitted from any source to any destination.
● Data Source: CranContrib
● Keywords: interface
● Alias: mpi.irecv, mpi.isend, mpi.recv, mpi.send
● 0 images

mpi.get.processor.name (Package: Rmpi) : MPI_Get_processor_name API

mpi.get.processor.name returns the host name (a string) where it is executed.
● Data Source: CranContrib
● Keywords: interface
● Alias: mpi.get.processor.name
● 0 images