ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/io/DumpWriter.cpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/io/DumpWriter.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2008 by tim, Sun Feb 13 19:10:25 2005 UTC

# Line 183 | Line 183 | void DumpWriter::writeFrame(std::ostream& os) {
183          }
184      }
185  
186 +    os.flush();
187   #else // is_mpi
188      /*********************************************************************
189       * Documentation?  You want DOCUMENTATION?
# Line 436 | Line 437 | void DumpWriter::writeFrame(std::ostream& os) {
437          } //end for(i = 0; i < mpiSim->getNmol())
438  
439          os.flush();
440 <        std::cout << "master" << std::endl;
440 >        
441          sprintf(checkPointMsg, "Sucessfully took a dump.\n");
441
442          MPIcheckPoint();
443  
444          delete [] potatoes;
# Line 541 | Line 541 | void DumpWriter::writeFrame(std::ostream& os) {
541              }
542              
543          }
544        std::cout << "slave" << std::endl;
544          sprintf(checkPointMsg, "Sucessfully took a dump.\n");
545          MPIcheckPoint();
546      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines