File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ end
126126
127127Creates a data type describing an `ndims`-dimensional subarray of size `array_of_subsizes`
128128of an `ndims-dimensional` array of size `array_of_sizes` and element type `oldtype`,
129- starting at the top-left location `array_of_starts`. The parameter `order` refers to
130- the memory layout of the parent array, and can be either `MPI_ORDER_C` or
131- `MPI_ORDER_FORTRAN`. Note that, like other MPI data types, the type returned by this
132- function should be committed with `MPI_Type_commit`.
129+ starting at the top-left location `array_of_starts`. Zero-based indexing is assumed. The
130+ parameter `order` refers to the memory layout of the parent array, and can be either
131+ `MPI_ORDER_C` or ` MPI_ORDER_FORTRAN`. Note that, like other MPI data types, the type
132+ returned by this function should be committed with `MPI_Type_commit`.
133133"""
134134function Type_Create_Subarray (ndims:: Integer ,
135135 array_of_sizes:: MPIBuffertype{Cint} ,
You can’t perform that action at this time.
0 commit comments