SArrayDimensionsInfos Struct Reference

Defines array dimensions. More...

#include <MpiAPI.h>

List of all members.

Public Attributes

SArrayDimensionInfoinfos
 Array of dimensions.
unsigned int uiSize
unsigned int uiActualSize


Detailed Description

Defines a data structure for storing dimension information for multi-dimensional arrays. The infos array contains one entry for each dimension of the array.

For more information on using this structure, refer to Working with MPI Arrays.


Member Data Documentation

unsigned int uiSize

Number of elements allocated for the infos array

unsigned int uiActualSize

Actual number of elements returned in the infos array. If uiActualSize > uiSize it means that not enough memory was allocated for the 'infos' array.


The documentation for this struct was generated from the following file:


Generated on Thu Mar 6 15:07:58 2008 for Martini by doxygen 1.5.5