The Get_Values_Overlapped_Vector procedure gets the values from an Overlapped Vector, in the form of a Bare Naked Array. Specifically, it does a Collect and Access on the data in the Overlapped Vector, with the same result that would occur if an intermediate Collected Array had been constructed.
Calling syntax:
Values = OV | , |
call Get_Values (Values, OV) | or |
call Collect_and_Access (Values, OV) |
Input variable:
OV | The Overlapped_Vector object to be queried. |
Output variable:
Values | The bare naked array of values from the Overlapped_Vector object, defined differently on each PE. |
The Get_Values_Overlapped_Vector code listing contains additional documentation.
Michael L. Hall