mpi.bcast.Robj(Rmpi)
mpi.bcast.Robj()所属R语言包:Rmpi
Extensions of MPI\_Bcast API
MPI \ _Bcast API的扩展
译者:生物统计家园网 机器人LoveR
描述----------Description----------
mpi.bcast.Robj and mpi.bcast.Robj2slave are used to move a general R object around among master and all slaves.
mpi.bcast.Robj和mpi.bcast.Robj2slave用于一般研究对象之间的主机和所有从周围移动。
用法----------Usage----------
mpi.bcast.Robj(obj = NULL, rank = 0, comm = 1)
mpi.bcast.Robj2slave(obj, comm = 1)
参数----------Arguments----------
参数:obj
an R object to be transmitted from the sender
从发送方发送的R对象
参数:rank
the sender.
发送者。
参数:comm
a communicator number.
传播者数量。
Details
详细信息----------Details----------
mpi.bcast.Robj is an extension of mpi.bcast for moving a general R object around from a sender to everyone. mpi.bcast.Robj2slave does an R object transmission from master to all slaves only. serialize package is used to serialize/unserialize an R object.
mpi.bcast.Robj是mpi.bcast移动R对象周围每个人从发送方的延伸。 mpi.bcast.Robj2slaveR对象传输从主机向所有从站只。序列化包被用于R对象序列化/反序列化的。
值----------Value----------
mpi.bcast.Robj returns no value for the sender and the transmitted one for others. mpi.bcast.Robj2slave returns no value for the master and the transmitted R object along its name on slaves.
mpi.bcast.Robj没有返回值的发送者和发送一个为他人。 mpi.bcast.Robj2slave没有返回值的主站和传输的R对象以及它的名字的奴隶。
(作者)----------Author(s)----------
Hao Yu
参见----------See Also----------
mpi.send.Robj, mpi.recv.Robj,
mpi.send.Robj,mpi.recv.Robj,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|