| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | + | #ifndef __MPISIMULATION__ | 
| 2 | + | #define __MPISIMULATION__ | 
| 3 | ||
| 2 | – | |
| 4 | class mpiSimulation{ | |
| 5 | public: | |
| 6 | ||
| # | Line 19 | Line 20 | class mpiSimulation{ (protected) | |
| 20 | int numberProcessors; | |
| 21 | int myNode; | |
| 22 | int processorNameLen; | |
| 23 | < | char processorName[MPI_MAX_PROCESSOR_NAME]; | 
| 23 | > | char* processorName; | 
| 24 | int natomsRow,natomsCol,natomsStart,natomsEnd; | |
| 25 | int numberCols,numberRows; | |
| 26 | int nmolsRow,nmolsCol,nmolsLocal; | |
| 27 | ||
| 28 | }; | |
| 29 | + | |
| 30 | + | |
| 31 | + | #endif | 
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |