mpi.get.count(Rmpi)
mpi.get.count()所属R语言包:Rmpi
MPI\_Get\_count API
MPI \ _GET \ _count API
译者:生物统计家园网 机器人LoveR
描述----------Description----------
mpi.get.count finds the length of a received message.
mpi.get.count发现接收到的消息的长度。
用法----------Usage----------
mpi.get.count(type, status = 0)
参数----------Arguments----------
参数:type
1 for integer, 2 for double, 3 for char.
1为整数,2双,3个字符。
参数:status
a status number
状态数
Details
详细信息----------Details----------
When mpi.recv is used to receive a message, the receiver buffer can be set to be bigger than the incoming message. To find the exact length of the received message, mpi.get.count is used to find its exact length. mpi.get.count must be called immediately after calling mpi.recv otherwise the status may be changed.
当mpi.recv是用来接收消息,接收缓冲器被设置为大于传入的消息。要找到确切的长度接收到的消息,mpi.get.count是用来寻找它的确切长度。 mpi.get.count必须调用后立即调用mpi.recv否则的状态可能会改变。
值----------Value----------
the length of a received message.
收到的消息的长度。
(作者)----------Author(s)----------
Hao Yu
参考文献----------References----------
http://www-unix.mcs.anl.gov/mpi/www/www3/
参见----------See Also----------
mpi.send, mpi.recv, mpi.get.sourcetag, mpi.probe.
mpi.send,mpi.recv,mpi.get.sourcetag,mpi.probe。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|