| # | Line 4 | Line 4 | mpiSimulation::mpiSimulation(void) | |
|---|---|---|
| 4 | mpiSimulation::mpiSimulation(void) | |
| 5 | { | |
| 6 | ||
| 7 | < | MPI::Init(); | 
| 7 | > | // MPI::Init(); | 
| 8 | ||
| 9 | numberProcessors = MPI::COMM_WORLD.Get_size(); | |
| 10 | myNode = MPI::COMM_WORLD.Get_rank(); | |
| 11 | < | MPI::Get_processor_name(processorName,processorNameLen); | 
| 11 | > | // MPI::Get_processor_name(processorName,processorNameLen); | 
| 12 | } | |
| 13 | ||
| 14 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |