mpi.cart.create(Rmpi)
mpi.cart.create()所属R语言包:Rmpi
MPI\_Cart\_create
MPI \ _Cart \ _create
译者:生物统计家园网 机器人LoveR
描述----------Description----------
mpi.cart.create creates a Cartesian structure of arbitrary dimension.
mpi.cart.create创建一个直角结构,任意尺寸。
用法----------Usage----------
mpi.cart.create(commold=1, dims, periods, reorder=FALSE, commcart=3)
参数----------Arguments----------
参数:commold
Input communicator
输入传播者
参数:dims
Integery array of size ndims specifying the number of processes in each dimension
integery大小ndims数组指定每个维度中的进程数
参数:periods
Logical array of size ndims specifying whether the grid is periodic or not in each dimension
指定网格是否定期或在每个维度的大小ndims的逻辑阵列
参数:reorder
ranks may be reordered or not
队伍可能会重新排序或不
参数:commcart
The new communicator to which the Cartesian topology information is attached
新的沟通的笛卡尔拓扑信息
Details
详细信息----------Details----------
If reorder = false, then the rank of each process in the new group is the same as its rank in the old group. If the total size of the Cartesian grid is smaller than the size of the group of commold, then some processes are returned mpi.comm.null. The call is erroneous if it specifies a grid that is larger than the group size.
如果重新排序= FALSE,则在新组中的每一个过程的排名是相同的排名中老年组。如果笛卡尔网格的总大小是比组commold的大小小,然后一些进程返回mpi.comm.null。的调用是错误的,如果它指定了一个网格,它是大于组的大小。
值----------Value----------
mpi.cart.create returns 1 if success and 0 otherwise.
mpi.cart.create如果成功,返回0,否则返回1。
(作者)----------Author(s)----------
Alek Hunchak and Hao Yu
参考文献----------References----------
http://www-unix.mcs.anl.gov/mpi/www/www3/
实例----------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))
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|