
Data Fields | |
| union { | |
| char core [CmiMsgHeaderSizeBytes] | |
| GroupDef * next | |
| } | core |
| CmiGroup | group |
| int | npes |
| int | pes [1] |
Definition at line 1969 of file convcore.c.
| char GroupDef::core[CmiMsgHeaderSizeBytes] |
| struct GroupDef* GroupDef::next |
Definition at line 1973 of file convcore.c.
| union { ... } GroupDef::core |
Definition at line 1975 of file convcore.c.
Referenced by CmiEstablishGroup(), CmiGroupHandler(), and CmiLookupGroup().
Definition at line 1976 of file convcore.c.
Referenced by CmiAsyncListSendFn(), CmiEstablishGroup(), CmiFreeListSendFn(), CmiLookupGroup(), and CmiSyncListSendFn().
| int GroupDef::pes[1] |
Definition at line 1977 of file convcore.c.
Referenced by CmiAsyncListSendFn(), CmiEstablishGroup(), CmiFreeListSendFn(), CmiLookupGroup(), and CmiSyncListSendFn().
1.5.1