#include <MigrateAtomsMsg.h>
Public Member Functions | |
| MigrateAtomsMsg (PatchID source, PatchID destination, MigrationList &m) | |
| MigrateAtomsMsg (void) | |
Static Public Member Functions | |
| void * | pack (MigrateAtomsMsg *msg) |
| MigrateAtomsMsg * | unpack (void *ptr) |
Public Attributes | |
| NodeID | fromNodeID |
| PatchID | srcPatchID |
| PatchID | destPatchID |
| MigrationList | migrationList |
Definition at line 30 of file MigrateAtomsMsg.h.
|
||||||||||||||||
|
Definition at line 25 of file MigrateAtomsMsg.C. References fromNodeID, and MigrationList. 00025 : 00026 srcPatchID(src), destPatchID(dest), migrationList(m) 00027 { 00028 fromNodeID = CkMyPe(); 00029 }
|
|
|
Definition at line 38 of file MigrateAtomsMsg.h. 00038 { ; }
|
|
|
|
|
|
|
|
|
Definition at line 34 of file MigrateAtomsMsg.h. Referenced by MigrateAtomsCombinedMsg::distribute(), and PatchMgr::recvMigrateAtoms(). |
|
|
Definition at line 32 of file MigrateAtomsMsg.h. Referenced by MigrateAtomsCombinedMsg::distribute(), and MigrateAtomsMsg(). |
|
|
Definition at line 35 of file MigrateAtomsMsg.h. Referenced by HomePatch::depositMigration(), and MigrateAtomsCombinedMsg::distribute(). |
|
|
Definition at line 33 of file MigrateAtomsMsg.h. Referenced by MigrateAtomsCombinedMsg::distribute(). |
1.3.9.1