#include <CommPVM.h>
Inheritance diagram for CommPVM:
Public Member Functions | |
CommPVM (int argc=0, char **argv=NULL, int procs=(-1)) | |
virtual | ~CommPVM (void) |
virtual const char * | name () const |
Protected Member Functions | |
virtual bool | mysend (Message *, int node, int utag, int etag) |
virtual Message * | myreceive (int &node, int &tag, int etag) |
virtual void | mybarrier (void) |
Definition at line 25 of file CommPVM.h.
|
Definition at line 66 of file CommPVM.cpp. References Communicate::COMM_HOSTS_TAG, endl(), ERRORMSG, INFOMSG, Communicate::myHost, TAU_MESSAGE, TAU_PROFILE, Communicate::TotalNodes, and WARNMSG. Here is the call graph for this function: |
|
Definition at line 276 of file CommPVM.cpp. References Communicate::COMM_ANY_NODE, Communicate::COMM_ANY_TAG, Communicate::COMM_SEND_TAG, endl(), myreceive(), TAU_MESSAGE, TAU_PROFILE, Communicate::TotalNodes, and WARNMSG. Here is the call graph for this function: |
|
Reimplemented from Communicate. Definition at line 509 of file CommPVM.cpp. References TAU_MESSAGE, and TAU_PROFILE. |
|
Reimplemented from Communicate. Definition at line 451 of file CommPVM.cpp. References endl(), ERRORMSG, MAX_PVM_ERRS, TAU_MESSAGE, and TAU_PROFILE. Referenced by ~CommPVM(). Here is the call graph for this function: |
|
Reimplemented from Communicate. Definition at line 417 of file CommPVM.cpp. References endl(), ERRORMSG, TAU_MESSAGE, and TAU_PROFILE. Here is the call graph for this function: |
|
Reimplemented from Communicate. |