Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

ProcessorPrivate.C File Reference

#include "ProcessorPrivate.h"
#include "Debug.h"
#include "InfoStream.h"

Go to the source code of this file.

Functions

 CkpvDeclare (AtomMap *, AtomMap_instance)
 CkpvDeclare (BroadcastMgr *, BroadcastMgr_instance)
 CkpvDeclare (CollectionMaster *, CollectionMaster_instance)
 CkpvDeclare (CollectionMgr *, CollectionMgr_instance)
 CkpvDeclare (LdbCoordinator *, LdbCoordinator_instance)
 CkpvDeclare (Node *, Node_instance)
 CkpvDeclare (PatchMap *, PatchMap_instance)
 CkpvDeclare (PatchMgr *, PatchMgr_instance)
 CkpvDeclare (ProxyMgr *, ProxyMgr_instance)
 CkpvDeclare (ReductionMgr *, ReductionMgr_instance)
 CkpvDeclare (PatchMgr *, PatchMap_patchMgr)
 CkpvDeclare (BOCgroup, BOCclass_group)
 CkpvDeclare (Communicate *, comm)
 CkpvDeclare (Sync *, Sync_instance)
 CkpvDeclare (infostream, iout_obj)
void ProcessorPrivateInit (void)


Function Documentation

CkpvDeclare infostream  ,
iout_obj 
 

CkpvDeclare Sync ,
Sync_instance 
 

CkpvDeclare Communicate ,
comm 
 

CkpvDeclare BOCgroup  ,
BOCclass_group 
 

CkpvDeclare PatchMgr ,
PatchMap_patchMgr 
 

CkpvDeclare ReductionMgr ,
ReductionMgr_instance 
 

CkpvDeclare ProxyMgr ,
ProxyMgr_instance 
 

CkpvDeclare PatchMgr ,
PatchMgr_instance 
 

CkpvDeclare PatchMap ,
PatchMap_instance 
 

CkpvDeclare Node ,
Node_instance 
 

CkpvDeclare LdbCoordinator ,
LdbCoordinator_instance 
 

CkpvDeclare CollectionMgr ,
CollectionMgr_instance 
 

CkpvDeclare CollectionMaster ,
CollectionMaster_instance 
 

CkpvDeclare BroadcastMgr ,
BroadcastMgr_instance 
 

CkpvDeclare AtomMap ,
AtomMap_instance 
 

Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.

void ProcessorPrivateInit void   ) 
 

Definition at line 44 of file ProcessorPrivate.C.

Referenced by all_init().

00045 {
00046   CkpvInitialize(AtomMap*, AtomMap_instance);
00047   CkpvAccess(AtomMap_instance) = 0;
00048   CkpvInitialize(BroadcastMgr*, BroadcastMgr_instance);
00049   CkpvAccess(BroadcastMgr_instance) = 0;
00050   CkpvInitialize(CollectionMaster*, CollectionMaster_instance);
00051   CkpvAccess(CollectionMaster_instance) = 0;
00052   CkpvInitialize(CollectionMgr*, CollectionMgr_instance);
00053   CkpvAccess(CollectionMgr_instance) = 0;
00054   CkpvInitialize(LdbCoordinator*, LdbCoordinator_instance);
00055   CkpvAccess(LdbCoordinator_instance) = 0;
00056   CkpvInitialize(Node*, Node_instance);
00057   CkpvAccess(Node_instance) = 0;
00058 
00059   CkpvInitialize(PatchMap*, PatchMap_instance);
00060   CkpvAccess(PatchMap_instance) = 0;
00061   CkpvInitialize(PatchMgr*, PatchMgr_instance);
00062   CkpvAccess(PatchMgr_instance) = 0;
00063   CkpvInitialize(ProxyMgr*, ProxyMgr_instance);
00064   CkpvAccess(ProxyMgr_instance) = 0;
00065   CkpvInitialize(ReductionMgr*, ReductionMgr_instance);
00066   CkpvAccess(ReductionMgr_instance) = 0;
00067   CkpvInitialize(PatchMgr*, PatchMap_patchMgr);
00068   CkpvAccess(PatchMap_patchMgr) = 0;
00069   CkpvInitialize(BOCgroup, BOCclass_group);
00070   CkpvInitialize(Communicate*, comm);
00071   CkpvAccess(comm) = 0;
00072   CkpvInitialize(Sync*, Sync_instance);
00073   CkpvAccess(Sync_instance) = 0;
00074   CkpvInitialize(infostream, iout_obj);
00075 
00076 #ifdef PROCTRACE_DEBUG
00077   CkpvInitialize(DebugFileTrace*, DebugFileTrace_instance);
00078   CkpvAccess(DebugFileTrace_instance) = 0;
00079 #endif
00080 
00081 }


Generated on Sun Feb 12 04:07:59 2012 for NAMD by  doxygen 1.3.9.1