| # | Line 265 | Line 265 | void InitializeFromFile :: readInit( SimInfo* the_simn | |
|---|---|---|
| 265 | } | |
| 266 | } | |
| 267 | myStatus = -1; | |
| 268 | < | for (j = 0; j < mpiSim->getNumberProcessors(); j++) { |
| 268 | > | for (j = 1; j < mpiSim->getNumberProcessors(); j++) { |
| 269 | MPI_Send( &myStatus, 1, MPI_INT, j, | |
| 270 | TAKE_THIS_TAG_INT, MPI_COMM_WORLD); | |
| 271 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |