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

Comparing trunk/OOPSE/libmdtools/ZConsWriter.cpp (file contents):
Revision 1091 by tim, Tue Mar 16 19:22:56 2004 UTC vs.
Revision 1198 by tim, Thu May 27 00:48:12 2004 UTC

# Line 119 | Line 119 | void ZConsWriter::writeFZ(double time, int num, int* i
119      
120      //Send ending request message to slave nodes    
121      status = EndOfRequest;
122 <    for(int i =1; i < mpiSim->getNumberProcessors(); i++)
122 >    for(int i =1; i < mpiSim->getNprocessors(); i++)
123        MPI_Send(&status, 1, MPI_INT, i, tag, MPI_COMM_WORLD);
124      
125    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines