--- trunk/src/io/DumpWriter.cpp 2005/01/12 22:41:40 246 +++ trunk/src/io/DumpWriter.cpp 2005/02/13 19:10:25 324 @@ -183,6 +183,7 @@ void DumpWriter::writeFrame(std::ostream& os) { } } + os.flush(); #else // is_mpi /********************************************************************* * Documentation? You want DOCUMENTATION? @@ -436,9 +437,8 @@ void DumpWriter::writeFrame(std::ostream& os) { } //end for(i = 0; i < mpiSim->getNmol()) os.flush(); - std::cout << "master" << std::endl; + sprintf(checkPointMsg, "Sucessfully took a dump.\n"); - MPIcheckPoint(); delete [] potatoes; @@ -541,7 +541,6 @@ void DumpWriter::writeFrame(std::ostream& os) { } } - std::cout << "slave" << std::endl; sprintf(checkPointMsg, "Sucessfully took a dump.\n"); MPIcheckPoint(); }