mpi.cart.get(Rmpi)
mpi.cart.get()所属R语言包:Rmpi
MPI\_Cart\_get
MPI \ _Cart \ _get
译者:生物统计家园网 机器人LoveR
描述----------Description----------
mpi.cart.get provides the user with information on the Cartesian topology associated with a comm.
mpi.cart.get为用户提供了与结合的comm笛卡尔拓扑的信息。
用法----------Usage----------
mpi.cart.get(comm=3, maxdims)
参数----------Arguments----------
参数:comm
Communicator with Cartesian structure
Communicator与笛卡尔结构
参数:maxdims
length of vectors dims, periods, and coords in the calling program
长度的向量变暗,周期,并在调用程序中的坐标位置。
Details
详细信息----------Details----------
The coords are as given for the rank of the calling process as shown.
所给的坐标调用进程的排名如下图所示。
值----------Value----------
mpi.cart.get returns a vector containing information on the Cartesian topology associated with comm. maxdims must be at least ndims as returned by mpi.cartdim.get.
mpi.cart.get返回一个向量,包含的信息与通讯相关的笛卡尔拓扑结构。 maxdims必须至少ndims经由mpi.cartdim.get。
(作者)----------Author(s)----------
Alek Hunchak and Hao Yu
参考文献----------References----------
http://www-unix.mcs.anl.gov/mpi/www/www3/
参见----------See Also----------
mpi.cart.create,mpi.cartdim.get
mpi.cart.create,mpi.cartdim.get
实例----------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.get(3,2))
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|