|
PaCO++
0.05
|

Go to the source code of this file.
Macros | |
| #define | DEBUG_INTERNAL |
Functions | |
| bool | computeReceiveDataBlock1D (vAbstrait *vdarray, const PaCO::distLoc_t &mode, const unsigned dtotal, const unsigned drank, Abstrait *varray, void *comm) |
| void | computeReceiveDataBlock1DServer (vAbstrait *vdarray, const Topology_t &dtopo, Abstrait *varray, void *comm) |
| varray must contain the rank of the caller More... | |
| unsigned | nbofPart (const PaCO::distLoc_t &mode, const unsigned stotal, const unsigned dtotal, const unsigned drank) |
| unsigned | posofPart (const PaCO::distLoc_t &mode, const unsigned dtotal, const unsigned srank) |
| #define DEBUG_INTERNAL |
Definition at line 11 of file PC/ServerSide.cc.
| bool computeReceiveDataBlock1D | ( | vAbstrait * | vdarray, |
| const PaCO::distLoc_t & | mode, | ||
| const unsigned | dtotal, | ||
| const unsigned | drank, | ||
| Abstrait * | varray, | ||
| void * | comm | ||
| ) |
Definition at line 135 of file PC/ServerSide.cc.
References PaCO::ClientSide, PaCO::CommSide, computeReceiveDataBlock1DServer(), PaCO::none, and PaCO::ServerSide.

| void computeReceiveDataBlock1DServer | ( | vAbstrait * | vdarray, |
| const Topology_t & | dtopo, | ||
| Abstrait * | varray, | ||
| void * | comm | ||
| ) |
varray must contain the rank of the caller
Definition at line 18 of file PC/ServerSide.cc.
References blockSize(), computeReceiveBlock1D(), computeSendBlock1D(), doSchedule(), PaCO::PacoLocalData_s::len, localBlockLengthO(), PaCO::PacoLocalData_s::rank, sd, and PaCO::PacoLocalData_s::start.
Referenced by computeReceiveDataBlock1D().

| unsigned nbofPart | ( | const PaCO::distLoc_t & | mode, |
| const unsigned | stotal, | ||
| const unsigned | dtotal, | ||
| const unsigned | drank | ||
| ) |
Definition at line 105 of file PC/ServerSide.cc.
References PaCO::ClientSide, PaCO::CommSide, PaCO::none, and PaCO::ServerSide.
Referenced by ParisBlockMPC::computeReceive(), BasicDistributionLibrary::computeReceive(), and ParisBlock::computeReceive().
| unsigned posofPart | ( | const PaCO::distLoc_t & | mode, |
| const unsigned | dtotal, | ||
| const unsigned | srank | ||
| ) |
Definition at line 122 of file PC/ServerSide.cc.
References PaCO::ClientSide, PaCO::CommSide, PaCO::none, and PaCO::ServerSide.
Referenced by ParisBlockMPC::computeReceive(), BasicDistributionLibrary::computeReceive(), and ParisBlock::computeReceive().