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

BOCgroup.h

Go to the documentation of this file.
00001 
00007 #ifndef BOCGROUP_H
00008 #define BOCGROUP_H
00009 
00010 #include "charm++.h"
00011 
00012 class BOCgroup {
00013 public:
00014   CkGroupID workDistrib;
00015   CkGroupID patchMgr;
00016   CkGroupID proxyMgr;
00017   CkGroupID computeMgr;
00018   CkGroupID computePmeMgr;
00019   //  CkGroupID delegateMgr;
00020   CkGroupID computeExtMgr;
00021   CkGroupID reductionMgr;
00022   CkGroupID collectionMgr;
00023   CkGroupID broadcastMgr;
00024   CkGroupID ldbCoordinator;
00025   CkGroupID sync;
00026   CkGroupID node;
00027 };
00028 
00029 class BOCclass : public Group {
00030 };
00031 
00032 #endif /* BOCGROUP_H */
00033 
00034 

Generated on Sun Jul 6 04:07:41 2008 for NAMD by  doxygen 1.3.9.1