NAMD
Macros | Functions
MigrateAtomsMsg.C File Reference
#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);)
 

Macro Definition Documentation

#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.

Function Documentation

PACK_MSG ( MigrateAtomsMsg  ,
PACK(fromNodeID);PACK(srcPatchID);PACK(destPatchID);PACK_RESIZE(migrationList);   
)

Definition at line 25 of file MigrateAtomsMsg.C.

34 {
35  fromNodeID = CkMyPe();
36  totalAtoms = 0;
37 }