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

PreviousUpNext
Up: Fortran Support 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.,


   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: Fortran Support Next: Problems Due to Data Copying and Sequence Association with Vector Subscripts Previous: Problems Due to Strong Typing


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

(Unofficial) MPI-3.1 of June 4, 2015
HTML Generated on June 4, 2015