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"

Go to the source code of this file.

Functions

 CkpvDeclare (AtomMap *, AtomMap_instance)
 CkpvDeclare (BroadcastMgr *, BroadcastMgr_instance)
 CkpvDeclare (CollectionMaster *, CollectionMaster_instance)
 CkpvDeclare (CollectionMasterHandler *, CollectionMasterHandler_instance)
 CkpvDeclare (CollectionMgr *, CollectionMgr_instance)
 CkpvDeclare (ComputeMap *, ComputeMap_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)
void ProcessorPrivateInit (void)


Function Documentation

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 ComputeMap ,
ComputeMap_instance 
 

CkpvDeclare CollectionMgr ,
CollectionMgr_instance 
 

CkpvDeclare CollectionMasterHandler ,
CollectionMasterHandler_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(CollectionMasterHandler*, CollectionMasterHandler_instance);
00053   CkpvAccess(CollectionMasterHandler_instance) = 0;
00054   CkpvInitialize(CollectionMgr*, CollectionMgr_instance);
00055   CkpvAccess(CollectionMgr_instance) = 0;
00056   CkpvInitialize(ComputeMap*, ComputeMap_instance);
00057   CkpvAccess(ComputeMap_instance) = 0;
00058   CkpvInitialize(LdbCoordinator*, LdbCoordinator_instance);
00059   CkpvAccess(LdbCoordinator_instance) = 0;
00060   CkpvInitialize(Node*, Node_instance);
00061   CkpvAccess(Node_instance) = 0;
00062   CkpvInitialize(PatchMap*, PatchMap_instance);
00063   CkpvAccess(PatchMap_instance) = 0;
00064   CkpvInitialize(PatchMgr*, PatchMgr_instance);
00065   CkpvAccess(PatchMgr_instance) = 0;
00066   CkpvInitialize(ProxyMgr*, ProxyMgr_instance);
00067   CkpvAccess(ProxyMgr_instance) = 0;
00068   CkpvInitialize(ReductionMgr*, ReductionMgr_instance);
00069   CkpvAccess(ReductionMgr_instance) = 0;
00070   CkpvInitialize(PatchMgr*, PatchMap_patchMgr);
00071   CkpvAccess(PatchMap_patchMgr) = 0;
00072   CkpvInitialize(BOCgroup, BOCclass_group);
00073   CkpvInitialize(Communicate*, comm);
00074   CkpvAccess(comm) = 0;
00075   CkpvInitialize(Sync*, Sync_instance);
00076   CkpvAccess(Sync_instance) = 0;
00077 
00078 #ifdef PROCTRACE_DEBUG
00079   CkpvInitialize(DebugFileTrace*, DebugFileTrace_instance);
00080   CkpvAccess(DebugFileTrace_instance) = 0;
00081 #endif
00082 
00083 }


Generated on Sun Sep 7 04:07:43 2008 for NAMD by  doxygen 1.3.9.1