# | Line 649 | Line 649 | void initFile::nodeZeroError( void ){ | |
---|---|---|
649 | int j, myStatus; | |
650 | ||
651 | myStatus = 0; | |
652 | < | for (j = 0; j < mpiSim->getNumberProcessors(); j++) { |
652 | > | for (j = 0; j < mpiSim->getNprocessors(); j++) { |
653 | MPI_Send( &myStatus, 1, MPI_INT, j, | |
654 | TAKE_THIS_TAG_INT, MPI_COMM_WORLD); | |
655 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |