| version 1.1089 | version 1.1090 |
|---|
| |
| | |
| class ProxyNodeAwareSpanningTreeMsg; | class ProxyNodeAwareSpanningTreeMsg; |
| | |
| | class ComputeQMMgr; |
| | |
| class HomePatch : public Patch { | class HomePatch : public Patch { |
| friend class PatchMgr; | friend class PatchMgr; |
| friend class Sequencer; | friend class Sequencer; |
| |
| // methods for QM (ExtForces replacement) | // methods for QM (ExtForces replacement) |
| void replaceForces(ExtForce *f); | void replaceForces(ExtForce *f); |
| | |
| | void qmSwapAtoms(); |
| | |
| // load-balancing trigger | // load-balancing trigger |
| void submitLoadStats(int timestep); | void submitLoadStats(int timestep); |
| | |