--- trunk/OOPSE/libmdtools/mpiSimulation.cpp 2004/06/01 18:42:58 1214 +++ trunk/OOPSE/libmdtools/mpiSimulation.cpp 2004/06/01 21:45:22 1217 @@ -235,6 +235,10 @@ void mpiSimulation::divideLabor( ){ // Spray out this nonsense to all other processors: + + //std::cerr << "node 0 mol2proc = \n"; + //for (i = 0; i < parallelData->nMolGlobal; i++) + // std::cerr << i << "\t" << MolToProcMap[i] << "\n"; MPI_Bcast(MolToProcMap, parallelData->nMolGlobal, MPI_INT, 0, MPI_COMM_WORLD);