Changeset cd0fed for src/base/command_list.cpp
- Timestamp:
- May 10, 2012, 12:22:46 PM (14 years ago)
- Children:
- 06e153
- Parents:
- ae05b4
- File:
-
- 1 edited
-
src/base/command_list.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/base/command_list.cpp
rae05b4 rcd0fed 35 35 Request request; 36 36 Request final_request = (commands.size() == 0 ? StopCycleNow : Continue); 37 Comm* comm = MG::GetComm();38 37 39 38 for (CommandList::iterator iter=commands.begin(); iter!=commands.end(); ++iter) { … … 48 47 MPI_Barrier(MPI_COMM_WORLD); 49 48 #endif 50 comm->PrintStringOnce("Command \"%s\" start", iter->first.c_str());49 MG::GetComm()->PrintStringOnce("Command \"%s\" start", iter->first.c_str()); 51 50 #endif 52 51 … … 59 58 MPI_Barrier(MPI_COMM_WORLD); 60 59 #endif 61 comm->PrintStringOnce("Command \"%s\" done", iter->first.c_str());60 MG::GetComm()->PrintStringOnce("Command \"%s\" done", iter->first.c_str()); 62 61 #endif 63 62
Note:
See TracChangeset
for help on using the changeset viewer.
