| # | Line 235 | Line 235 | void mpiSimulation::divideLabor( ){ | |
|---|---|---|
| 235 | ||
| 236 | ||
| 237 | // Spray out this nonsense to all other processors: | |
| 238 | + | |
| 239 | + | //std::cerr << "node 0 mol2proc = \n"; |
| 240 | + | //for (i = 0; i < parallelData->nMolGlobal; i++) |
| 241 | + | // std::cerr << i << "\t" << MolToProcMap[i] << "\n"; |
| 242 | ||
| 243 | MPI_Bcast(MolToProcMap, parallelData->nMolGlobal, | |
| 244 | MPI_INT, 0, MPI_COMM_WORLD); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |