20.1.12. Problems Due to Data Copying and Sequence Association with Subscript Triplets

PreviousUpNext
Up: Support for Fortran Next: Problems Due to Data Copying and Sequence Association with Vector Subscripts Previous: Problems Due to Strong Typing

Arrays with subscript triplets describe Fortran subarrays with or without strides, e.g.,


Example Fortran subarrays as actual buffer in MPI procedures. [Fortran 90, with a subarray as buffer]FortranFortran 90!subarray as bufferMPI_SEND

REAL a(100,100,100) 
CALL MPI_Send(a(11:17, 12:99:3, 1:100), 7*30*100, MPI_REAL, ...) 
The handling of subscript triplets depends on the value of the constant MPI_SUBARRAYS_SUPPORTED:


PreviousUpNext
Up: Support for Fortran Next: Problems Due to Data Copying and Sequence Association with Vector Subscripts Previous: Problems Due to Strong Typing


Return to MPI-5.0 Standard Index
Return to MPI Forum Home Page

(Unofficial) MPI-5.0 of June 9, 2025
HTML Generated on March 2, 2025