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

Comparing trunk/OOPSE/libmdtools/DumpReader.cpp (file contents):
Revision 1197 by tim, Thu Apr 22 14:55:17 2004 UTC vs.
Revision 1198 by tim, Thu May 27 00:48:12 2004 UTC

# Line 744 | Line 744 | void DumpReader::nodeZeroError( void ){
744    int j, myStatus;
745  
746    myStatus = 0;
747 <  for (j = 0; j < mpiSim->getNumberProcessors(); j++) {
747 >  for (j = 0; j < mpiSim->getNprocessors(); j++) {
748      MPI_Send( &myStatus, 1, MPI_INT, j,
749                TAKE_THIS_TAG_INT, MPI_COMM_WORLD);
750    }
# Line 760 | Line 760 | void DumpReader::anonymousNodeDie( void ){
760    MPI_Finalize();
761    exit (0);
762   }
763 < #endif
763 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines