| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | #define __MPISIMULATION__ | |
| 3 | ||
| 4 | #include "SimInfo.hpp" | |
| 5 | + | #include "MakeStamps.hpp" | 
| 6 | ||
| 6 | – | |
| 7 | class mpiSimulation{ | |
| 8 | public: | |
| 9 | ||
| # | Line 23 | Line 23 | class mpiSimulation{ (protected) | |
| 23 | ||
| 24 | int myMolStart; | |
| 25 | int myMolEnd; | |
| 26 | + | int myAtomStart, myAtomEnd; | 
| 27 | int myMol; | |
| 28 | + | int myNlocal; | 
| 29 | int numberProcessors; | |
| 30 | int myNode; | |
| 31 | // int processorNameLen; | |
| 32 | // char* processorName; | |
| 33 | < | int natomsRow,natomsCol,natomsStart,natomsEnd; | 
| 33 | > | int natomsRow,natomsCol; | 
| 34 | int numberCols,numberRows; | |
| 35 | int nmolsRow,nmolsCol,nmolsLocal; | |
| 36 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |