# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |