The Get_Values_Collected_Array procedure gets the values from an Collected Array, in the form of a Bare Naked Array.
Calling syntax:
Values = CA | or |
call Get_Values (Values, CA) |
Input variable:
CA | The Collected_Array object to be queried. |
Output variable:
Values | The Bare Naked Array of values from the Collected_Array object, defined differently on each PE. |
The Get_Values_Collected_Array code listing contains additional documentation.
Michael L. Hall