#include "InfoStream.h"#include "Migration.h"#include "MigrateAtomsMsg.h"#include "NamdTypes.h"#include "Debug.h"#include "PatchMgr.decl.h"#include "PatchMap.h"#include "HomePatch.h"#include "packmsg.h"Go to the source code of this file.
Defines | |
| #define | MIN_DEBUG_LEVEL 3 |
Functions | |
| PACK_MSG (MigrateAtomsMsg, PACK(fromNodeID);PACK(srcPatchID);PACK(destPatchID);PACK_RESIZE(migrationList);) | |
|
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. Definition at line 16 of file MigrateAtomsMsg.C. |
|
||||||||||||
|
Definition at line 25 of file MigrateAtomsMsg.C. 00034 {
00035 fromNodeID = CkMyPe();
00036 totalAtoms = 0;
00037 }
|
1.3.9.1