The Combine_DV_from_CA procedures combine the values from a Collected Array to form a Distributed Vector. (Conserve has not been implemented yet.)
Calling syntax:
call Combine_with_Average (DV, CA) | , |
call Combine_with_Conserve (DV, CA) | , |
call Combine_with_MAX (DV, CA) | , |
call Combine_with_MIN (DV, CA) | , |
call Combine_with_SUM (DV, CA) | or |
DV = CA [SUM] |
Input variable:
CA | The Collected_Array object to be queried. |
Output variable:
DV | The Distributed_Vector object result, distributed with the One_Structure of the Collected_Array object. |
The Combine_DV_from_CA code listing contains additional documentation.
Michael L. Hall