mpi.intercomm.merge(Rmpi)
mpi.intercomm.merge()所属R语言包:Rmpi
MPI\_Intercomm\_merge API
MPI \ _Intercomm \ _merge API
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates an intracommunicator from an intercommunicator
创建一个intracommunicator,从一个intercommunicator
用法----------Usage----------
mpi.intercomm.merge(intercomm=2, high=0, comm=1)
参数----------Arguments----------
参数:intercomm
an intercommunicator number
intercommunicator数
参数:high
Used to order the groups of the two intracommunicators within comm when creating the new communicator
用于排序的组内的两个intracommunicators通讯在创建新的传播者
参数:comm
a (intra)communicator number
(内部)的沟通数
Details
详细信息----------Details----------
When master spawns slaves, an intercommunicator is created. To make communications (point-to-point or groupwise) among master and slaves, an intracommunicator must be created. mpi.intercomm.merge is used for that purpose. This is a collective call so all master and slaves call together. R slaves spawned by mpi.spawn.Rslaves should use mpi.comm.get.parent to get (set) an intercomm to a number followed by merging antercomm to an intracomm. One can use mpi.comm.test.inter to test if a communicator is an intercommunicator or not.
当主滋生的奴隶,intercommunicator的创建。为了使主站和从站之间的通信(点至点或GroupWise),intracommunicator必须创建。 mpi.intercomm.merge用于这一目的。这是一个集体的调用,这样所有主站和从站召集。 ŕ奴隶催生了,由mpi.spawn.Rslaves应该使用mpi.comm.get.parent(套)的InterComm一个数字,后面通过合并antercomm的intracomm。我们可以使用mpi.comm.test.inter来测试如果Communicator是一个intercommunicator,或不。
值----------Value----------
1 if success. Otherwise 0.
1,如果成功的。否则为0。
(作者)----------Author(s)----------
Hao Yu
参考文献----------References----------
参见----------See Also----------
mpi.comm.test.inter
mpi.comm.test.inter
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|