Ignore:
Timestamp:
Apr 24, 2012, 3:38:21 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
a150d0
Parents:
716da7
Message:

Minor changes to vmg.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1733 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/base/command_list.cpp

    r716da7 rb51c3b  
    4848    MPI_Barrier(MPI_COMM_WORLD);
    4949#endif
    50     comm->PrintString("Command \"%s\" start", iter->first.c_str());
     50    comm->PrintStringOnce("Command \"%s\" start", iter->first.c_str());
    5151#endif
    5252
     
    5959    MPI_Barrier(MPI_COMM_WORLD);
    6060#endif
    61     comm->PrintString("Command \"%s\" done", iter->first.c_str());
     61    comm->PrintStringOnce("Command \"%s\" done", iter->first.c_str());
    6262#endif
    6363
Note: See TracChangeset for help on using the changeset viewer.