Revision: | 1726 |
Committed: | Wed Nov 10 22:50:03 2004 UTC (20 years, 5 months ago) by tim |
File size: | 445 byte(s) |
Log Message: | more work on SimInfo |
# | Content |
---|---|
1 | #ifndef __MPISIMULATION__ |
2 | #define __MPISIMULATION__ |
3 | |
4 | #include "brains/SimInfo.hpp" |
5 | #include "types/MakeStamps.hpp" |
6 | #define __C |
7 | #include "UseTheForce/mpiComponentPlan.h" |
8 | |
9 | #include "UseTheForce/DarkSide/simParallel_interface.h" |
10 | |
11 | class mpiSimulation{ |
12 | public: |
13 | |
14 | mpiSimulation(MoleculeStamp** mol); |
15 | ~mpiSimulation(); |
16 | |
17 | void divideLabor(); |
18 | |
19 | // call at the begining and after load balancing |
20 | |
21 | void mpiRefresh( ); |
22 | |
23 | protected: |
24 | |
25 | |
26 | }; |
27 | |
28 | #endif |