Go to the source code of this file.
Functions | |
void | LoadNotifyFn (int l) |
const char * | CldGetStrategy (void) |
void | CldHandler (char *msg) |
void | CldNodeHandler (char *msg) |
void | CldEnqueueGroup (CmiGroup grp, void *msg, int infofn) |
void | CldEnqueueMulti (int npes, const int *pes, void *msg, int infofn) |
void | CldEnqueue (int pe, void *msg, int infofn) |
void | CldNodeEnqueue (int node, void *msg, int infofn) |
void | CldModuleInit (char **argv) |
void | CldCallback (void) |
void LoadNotifyFn | ( | int | l | ) |
Definition at line 6 of file cldb.rand.C.
const char* CldGetStrategy | ( | void | ) |
Definition at line 10 of file cldb.rand.C.
void CldHandler | ( | char * | msg | ) |
Definition at line 15 of file cldb.rand.C.
References CldRestoreHandler(), and len.
void CldNodeHandler | ( | char * | msg | ) |
Definition at line 25 of file cldb.rand.C.
References CldRestoreHandler(), and len.
Referenced by CldModuleInit().
Definition at line 35 of file cldb.rand.C.
References CldSwitchHandler(), Converse::CmiSyncMulticastAndFree(), and len.
Definition at line 51 of file cldb.rand.C.
References CldSwitchHandler(), Converse::CmiSyncListSendAndFree(), and len.
Definition at line 74 of file cldb.rand.C.
References CldNodeEnqueue(), CldSwitchHandler(), CmiMyPe(), CmiNodeOf(), Converse::CmiSyncBroadcastAllAndFree(), Converse::CmiSyncBroadcastAndFree(), Converse::CmiSyncSendAndFree(), CrnRand(), and len.
Definition at line 114 of file cldb.rand.C.
References CldSwitchHandler(), CrnRand(), and len.
void CldCallback | ( | void | ) |
Definition at line 155 of file cldb.rand.C.