mpi.get.sourcetag(Rmpi)
mpi.get.sourcetag()所属R语言包:Rmpi
Utility for finding the source and tag of a received message
发现收到的消息的来源和标签的实用程序
译者:生物统计家园网 机器人LoveR
描述----------Description----------
mpi.get.sourcetag finds the source and tag of a received message.
mpi.get.sourcetag发现收到的消息的来源和标签。
用法----------Usage----------
mpi.get.sourcetag(status = 0)
参数----------Arguments----------
参数:status
a status number
状态数
Details
详细信息----------Details----------
When mpi.any.source and/or mpi.any.tag are used by mpi.recv or mpi.probe, one can use mpi.get.sourcetag to find who sends the message or with what a tag number. mpi.get.sourcetag must be called immediately after calling mpi.recv or mpi.probe otherwise the obtained information may not be right.
当mpi.any.source和/或mpi.any.tagmpi.recv或mpi.probe,人们可以使用mpi.get.sourcetag找到发送消息,或用什么标签号码。 mpi.get.sourcetag必须调用后立即调用mpi.recv或mpi.probe,否则所获得的信息可能不正确。
值----------Value----------
2 dim int vector. The first integer is the source and the second is the tag.
2朦胧的整数向量。第一个整数是源和第二个是标记。
(作者)----------Author(s)----------
Hao Yu
参考文献----------References----------
http://www-unix.mcs.anl.gov/mpi/www/www3/
参见----------See Also----------
mpi.send, mpi.recv, mpi.probe, mpi.get.count
mpi.send,mpi.recv,mpi.probe,mpi.get.count
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|