📄 mpi_type_create_subarray.3
字号:
.TH MPI_Type_create_subarray 3 "2/9/2000" " " "MPI-2".SH NAMEMPI_Type_create_subarray \- Creates a datatype describing a subarray of a multidimensional array .SH SYNOPSIS.nfint MPI_Type_create_subarray(int ndims, int *array_of_sizes, int *array_of_subsizes, int *array_of_starts, int order, MPI_Datatype oldtype, MPI_Datatype *newtype).fi.SH INPUT PARAMETERS.PD 0.TP.B ndims - number of array dimensions (positive integer).PD 1.PD 0.TP.B array_of_sizes - number of elements of type oldtype in each dimension of the full array (array of positive integers).PD 1.PD 0.TP.B array_of_subsizes - number of elements of type oldtype in each dimension of the subarray (array of positive integers).PD 1.PD 0.TP.B array_of_starts - starting coordinates of the subarray in each dimension (array of nonnegative 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 LOCATIONsubarray.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -