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