Changeset b51c3b for src/base/command_list.cpp
- Timestamp:
- Apr 24, 2012, 3:38:21 PM (14 years ago)
- Children:
- a150d0
- Parents:
- 716da7
- File:
-
- 1 edited
-
src/base/command_list.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/base/command_list.cpp
r716da7 rb51c3b 48 48 MPI_Barrier(MPI_COMM_WORLD); 49 49 #endif 50 comm->PrintString ("Command \"%s\" start", iter->first.c_str());50 comm->PrintStringOnce("Command \"%s\" start", iter->first.c_str()); 51 51 #endif 52 52 … … 59 59 MPI_Barrier(MPI_COMM_WORLD); 60 60 #endif 61 comm->PrintString ("Command \"%s\" done", iter->first.c_str());61 comm->PrintStringOnce("Command \"%s\" done", iter->first.c_str()); 62 62 #endif 63 63
Note:
See TracChangeset
for help on using the changeset viewer.
