ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/mpiSimulation.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/mpiSimulation.cpp (file contents):
Revision 1214 by gezelter, Tue Jun 1 18:42:58 2004 UTC vs.
Revision 1217 by gezelter, Tue Jun 1 21:45:22 2004 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines