#include "bsp_exptable.h"
#include "bsp_alloc.h"
#include "bsp_abort.h"
Include dependency graph for bsp_exptable.c:
Go to the source code of this file.
Functions | |
void | expandableTable_comm (const ExpandableTable *restrict send, ExpandableTable *restrict recv, MPI_Comm communicator) |
communicates the table to the other processor. |
Definition in file bsp_exptable.c.
|
communicates the table to the other processor. Each column of the table corresponds to a chunk of data which is to be send to the processor with rank equal to the column number. The received data is equally ordered, i.e.: each column corresponds to the data received from the processor with rank equal to the column number.
Definition at line 47 of file bsp_exptable.c. |