367. Problems Due to Data Copying and Sequence Association with Vector Subscripts
Up: Fortran Support
Next: Special Constants
Previous: Problems Due to Data Copying and Sequence Association with Subscript Triplets
Fortran arrays with vector subscripts describe subarrays containing a
possibly irregular set of elements
REAL a(100)
CALL MPI_Send( A((/7,9,23,81,82/)), 5, MPI_REAL, ...)
Fortran arrays with a vector subscript must not be used as actual choice buffer arguments
in any nonblocking or split collective MPI operations. They may, however, be used in
blocking MPI operations.
Up: Fortran Support
Next: Special Constants
Previous: Problems Due to Data Copying and Sequence Association with Subscript Triplets
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