SCodeInfo Struct Reference

#include <MpiAPI.h>

List of all members.

Public Attributes

SCodeRegionpCodeRegions
 array of code regions
unsigned int uiSize
 the number of entries allocated, either by MPI during an event callback, or by the client when using a Data Request API.
unsigned int uiActualSize
 the actual number of entries available after a Data Request operation


Detailed Description

Defines JITted code information

This struct stores JITted code information. The code of a method may be split into several non-continuous regions. Each such region is represented by an entry in the pCodeRegions array.

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

Remarks:
- if the entire function is compiled into one code region, the pCodeRegions array will include only one entry.
See also:
SCodeRegion

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


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