|
NAMD
|
#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.
Macros | |
| #define | MIN_DEBUG_LEVEL 3 |
Functions | |
| PACK_MSG (MigrateAtomsMsg, PACK(fromNodeID);PACK(srcPatchID);PACK(destPatchID);PACK_RESIZE(migrationList);) | |
| #define MIN_DEBUG_LEVEL 3 |
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.
| PACK_MSG | ( | MigrateAtomsMsg | , |
| PACK(fromNodeID);PACK(srcPatchID);PACK(destPatchID);PACK_RESIZE(migrationList); | |||
| ) |
Definition at line 25 of file MigrateAtomsMsg.C.
1.8.14