DelivInfo Struct Reference

Additional data for a DeliveryTable. More...

#include <bsp_exptable.h>


Data Fields

unsigned int **restrict start
 where is first object? e.g.
unsigned int **restrict count
 how many of which type? e.g.
unsigned int **restrict end
 where is the last pushed element of some type? e.g.


Detailed Description

Additional data for a DeliveryTable.

Definition at line 189 of file bsp_exptable.h.


Field Documentation

unsigned int* * restrict DelivInfo::count
 

how many of which type? e.g.

count[0][put] gives number of puts in processor column 0

Definition at line 197 of file bsp_exptable.h.

Referenced by deliveryTable_initialize().

unsigned int* * restrict DelivInfo::end
 

where is the last pushed element of some type? e.g.

end[0][put] gives the offset of the last pushed 'put' in processor column 0

Definition at line 201 of file bsp_exptable.h.

Referenced by deliveryTable_initialize().

unsigned int* * restrict DelivInfo::start
 

where is first object? e.g.

start[0][put] gives offset of first put object (in slots).

Definition at line 193 of file bsp_exptable.h.

Referenced by deliveryTable_initialize().


The documentation for this struct was generated from the following file:
Generated on Sat Apr 8 20:13:47 2006 for BSPonMPI by  doxygen 1.4.6