mpi.cart.coords(Rmpi)
mpi.cart.coords()所属R语言包:Rmpi
MPI\_Cart\_coords
MPI \ _Cart \ _coords
译者:生物统计家园网 机器人LoveR
描述----------Description----------
mpi.cart.coords translates a rank to its Cartesian topology coordinate.
mpi.cart.coords一个等级转换到笛卡尔拓扑坐标。
用法----------Usage----------
参数----------Arguments----------
参数:comm
Communicator with Cartesian structure
Communicator与笛卡尔结构
参数:rank
rank of a process within group
排名的一个过程组内
参数:maxdims
length of vector coord in the calling program
长度的矢量经纬度的在调用程序
Details
详细信息----------Details----------
This function is the rank-to-coordinates translator. It is the inverse map of mpi.cart.rank. maxdims is at least as big as ndims as returned by mpi.cartdim.get.
这个函数是排名坐标转换。是逆的图mpi.cart.rank。 maxdims是在至少一样大ndims返回mpi.cartdim.get。
值----------Value----------
mpi.cart.coords returns an integer array containing the Cartesian coordinates of specified process.
mpi.cart.coords返回一个整数数组,其中包含指定的进程在直角坐标系。
(作者)----------Author(s)----------
Alek Hunchak and Hao Yu
参考文献----------References----------
http://www-unix.mcs.anl.gov/mpi/www/www3/
参见----------See Also----------
mpi.cart.rank
mpi.cart.rank
实例----------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.coords(3,4,2)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|