--- trunk/mdtools/md_code/StatWriter.cpp 2003/01/30 22:29:58 259 +++ trunk/mdtools/md_code/StatWriter.cpp 2003/01/31 21:04:27 260 @@ -36,6 +36,10 @@ StatWriter::StatWriter( SimInfo* the_entry_plug ){ #ifdef IS_MPI } + + sprintf( checkPointMsg, + "Sucessfully opened output file for stating.\n"); + MPIcheckPoint(); #endif // is_mpi }