#include "Message/CommPM.h"#include "Message/Message.h"#include "Utility/IpplInfo.h"#include "Profile/Profiler.h"#include <mpi.h>#include <score.h>#include <string.h>#include <stdlib.h>#include <unistd.h>Include dependency graph for CommPM.cpp:

Go to the source code of this file.
Classes | |
| struct | PM_Message |
Defines | |
| #define | PM_MTU (8192 + 32) |
| #define | MAX_MPI_ERRS 500 |
Typedefs | |
| typedef void * | pmCtx |
Functions | |
| int | _pmGetSendBuf (pmCtx pmc, caddr_t *bufp, size_t length) |
| int | _pmSend (pmCtx pmc, int dst_node) |
| int | _pmSendDone (pmCtx pmc) |
| int | _pmReceive (pmCtx pmc, caddr_t *bufp, size_t *length) |
| int | _pmPutReceiveBuf (pmCtx pmc) |
Variables | |
| pmCtx | _pm_subnet [] |
| int | _pm_subnet_count |
|
|
Definition at line 62 of file CommPM.cpp. |
|
|
Definition at line 50 of file CommPM.cpp. |
|
|
Definition at line 40 of file CommPM.cpp. |
|
||||||||||||||||
|
Referenced by CommPM::mysend(). |
|
|
Referenced by CommPM::myreceive(). |
|
||||||||||||||||
|
Referenced by CommPM::myreceive(). |
|
||||||||||||
|
Referenced by CommPM::mysend(). |
|
|
Referenced by CommPM::mysend(). |
|
|
Referenced by CommPM::CommPM(). |
|
|
Referenced by CommPM::CommPM(). |
1.4.6