#include <bsp_exptable.h>
Data Fields | |
int | nprocs |
number of processors, or columns | |
int | rows |
number of elements (VarSizeElement, MemRegElement, ReqElement) allocated per processor | |
int *restrict | count |
number of elements in table per column | |
int *restrict | used_slot_count |
number of slots used in table per column | |
int | slot_size |
size of the slots | |
SpecInfo | info |
Specific information dependent which class is derived from this on. | |
char * | data |
pointer to actual table |
This table can be communicated to the other processors by means of expandableTable_comm(): each columns is send to processors with rank equal to the column number
Definition at line 204 of file bsp_exptable.h.
|
number of elements in table per column
Definition at line 210 of file bsp_exptable.h. |
|
pointer to actual table
Definition at line 220 of file bsp_exptable.h. |
|
Specific information dependent which class is derived from this on.
Definition at line 217 of file bsp_exptable.h. |
|
number of processors, or columns
Definition at line 206 of file bsp_exptable.h. |
|
number of elements (VarSizeElement, MemRegElement, ReqElement) allocated per processor
Definition at line 207 of file bsp_exptable.h. |
|
size of the slots
Definition at line 214 of file bsp_exptable.h. |
|
number of slots used in table per column
Definition at line 212 of file bsp_exptable.h. |