mpi.cartdim.get(Rmpi)
mpi.cartdim.get()所属R语言包:Rmpi
MPI\_Cartdim\_get
MPI \ _Cartdim \ _get
译者:生物统计家园网 机器人LoveR
描述----------Description----------
mpi.cartdim.get gets dim information about a Cartesian topology.
mpi.cartdim.get光线变暗的笛卡尔拓扑结构信息。
用法----------Usage----------
mpi.cartdim.get(comm=3)
参数----------Arguments----------
参数:comm
Communicator with Cartesian structure
Communicator与笛卡尔结构
Details
详细信息----------Details----------
Can be used to provide other functions with the correct size of arrays.
可用于提供其他功能的具有正确大小的阵列。
值----------Value----------
mpi.cartdim.get returns the number of dimensions of the Cartesian structure
mpi.cartdim.get返回笛卡尔结构的维数
(作者)----------Author(s)----------
Alek Hunchak and Hao Yu
参考文献----------References----------
http://www-unix.mcs.anl.gov/mpi/www/www3/
参见----------See Also----------
mpi.cart.get
mpi.cart.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.cartdim.get(comm=3)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|