mpi.cart.rank(Rmpi)
mpi.cart.rank()所属R语言包:Rmpi
MPI\_Cart\_rank
MPI \ _Cart \ _rank
译者:生物统计家园网 机器人LoveR
描述----------Description----------
mpi.cart.rank translates a Cartesian topology coordinate to its rank.
mpi.cart.rank翻译笛卡尔拓扑坐标的排名中。
用法----------Usage----------
mpi.cart.rank(comm=3, coords)
参数----------Arguments----------
参数:comm
Communicator with Cartesian structure
Communicator与笛卡尔结构
参数:coords
Specifies the Cartesian coordinates of a process
指定一个进程的笛卡尔坐标
Details
详细信息----------Details----------
For a process group with a Cartesian topology, this function translates the logical process coordinates to process ranks as they are used by the point-to-point routines.
用笛卡尔拓扑对于一个进程组,此功能的逻辑过程的坐标转换,因为它们是使用的点至点的例程处理行列。
值----------Value----------
mpi.cart.rank returns the rank of the specified process.
mpi.cart.rank返回指定的进程的排名。
(作者)----------Author(s)----------
Alek Hunchak and Hao Yu
参考文献----------References----------
http://www-unix.mcs.anl.gov/mpi/www/www3/
参见----------See Also----------
mpi.cart.coords
mpi.cart.coords
实例----------Examples----------
## Not run: [#不运行:]
#Need at least 9 slaves[至少需要9奴隶]
mpi.bcast.cmd(mpi.cart.create(1,c(3,3),c(F,T)))
mpi.cart.create(1,c(3,3),c(F,T))
mpi.cart.rank(3,c(1,0))
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|