12 #ifndef GLOBALMASTERSERVER_H 13 #define GLOBALMASTERSERVER_H 17 class ComputeGlobalConfigMsg;
46 int totalAtomsRequested;
48 int totalGroupsRequested;
49 int totalGridObjsRequested;
94 void resetAtomList(
AtomIDList &atomsRequested);
103 void resetGroupList(
AtomIDList &groupsRequested,
int *numGroups);
105 void resetGridObjList(
IntList &gridObjsRequested);
106 void resetGridObjForceList(
BigRealList &gridObjForces);
void recvData(ComputeGlobalDataMsg *)
void addClient(GlobalMaster *newClient)
GlobalMasterServer(ComputeMgr *m, int theNumDataSenders)
virtual ~GlobalMasterServer()