mpi.cart.shift(Rmpi)
mpi.cart.shift()所属R语言包:Rmpi
MPI\_Cart\_shift
MPI \ _Cart \ _Shift
译者:生物统计家园网 机器人LoveR
描述----------Description----------
mpi.cart.shift shifts the Cartesian topology in both manners, displacement and direction.
mpi.cart.shift移动笛卡尔拓扑结构,礼仪,位移和方向。
用法----------Usage----------
mpi.cart.shift(comm=3, direction, disp)
参数----------Arguments----------
参数:comm
Communicator with Cartesian structure
Communicator与笛卡尔结构
参数:direction
Coordinate dimension of the shift
坐标尺寸移位
参数:disp
displacement (>0 for upwards or left shift, <0 for downwards or right shift)
位移(向上或向左移位> 0,<0为向下或右移)
Details
详细信息----------Details----------
mpi.cart.shift provides neighbor ranks from given direction and displacement. The direction argument indicates the dimension of the shift. direction=1 means the first dim, direction=2 means the second dim, etc. disp=1 or -1 provides immediate neighbor ranks and disp=2 or -2 provides neighbor's neighbor ranks. Negative ranks mean out of boundary. They correspond to mpi.proc.null.
mpi.cart.shift提供从给定的方向和位移的邻居行列。的方向参数表示的尺寸移位。方向= 1表示第一暗淡,方向= 2表示第二暗淡,DISP = 1或-1为近邻队伍和DISP = 2或-2邻居的邻居的行列。消极的行列意味着边界。它们对应到mpi.proc.null。
值----------Value----------
mpi.cart.shift returns a vector containing information regarding the rank of the source process and rank of the destination process.
mpi.cart.shift返回一个向量,包含有关的震源过程的职级和职级目标进程。
(作者)----------Author(s)----------
Alek Hunchak and Hao Yu
参考文献----------References----------
http://www-unix.mcs.anl.gov/mpi/www/www3/
参见----------See Also----------
mpi.cart.create,mpi.proc.null
mpi.cart.create,mpi.proc.null
实例----------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.remote.exec(mpi.cart.shift(3,2,1))#get neighbor ranks[得到邻居的行列]
mpi.remote.exec(mpi.cart.shift(3,1,1))
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|