⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mpi_type_create_darray.3

📁 mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境
💻 3
字号:
.TH MPI_Type_create_darray 3 "2/9/2000" " " "MPI-2".SH NAMEMPI_Type_create_darray \-  Creates a datatype corresponding to a distributed, multidimensional array .SH SYNOPSIS.nfint MPI_Type_create_darray(int size, int rank, int ndims,                            int *array_of_gsizes, int *array_of_distribs,                            int *array_of_dargs, int *array_of_psizes,                            int order, MPI_Datatype oldtype,                            MPI_Datatype *newtype) .fi.SH INPUT PARAMETERS.PD 0.TP.B size - size of process group (positive integer).PD 1.PD 0.TP.B rank - rank in process group (nonnegative integer).PD 1.PD 0.TP.B ndims - number of array dimensions as well as process grid dimensions (positive integer).PD 1.PD 0.TP.B array_of_gsizes - number of elements of type oldtype in each dimension of global array (array of positive integers).PD 1.PD 0.TP.B array_of_distribs - distribution of array in each dimension (array of state).PD 1.PD 0.TP.B array_of_dargs - distribution argument in each dimension (array of positive integers).PD 1.PD 0.TP.B array_of_psizes - size of process grid in each dimension (array of positive integers).PD 1.PD 0.TP.B order - array storage order flag (state).PD 1.PD 0.TP.B oldtype - old datatype (handle).PD 1.SH OUTPUT PARAMETERS.PD 0.TP.B newtype - new datatype (handle).PD 1.SH NOTES FOR FORTRANAll MPI routines in Fortran (except for .I MPI_WTIMEand .I MPI_WTICK) havean additional argument .I ierrat the end of the argument list.  .I ierris an integer and has the same meaning as the return value of the routinein C.  In Fortran, MPI routines are subroutines, and are invoked with the.I callstatement.All MPI objects (e.g., .I MPI_Datatype, .I MPI_Comm) are of type .I INTEGERin Fortran..SH LOCATIONdarray.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -