Changeset 2a5451 for src/base/command_list.cpp
- Timestamp:
- May 11, 2012, 8:36:18 PM (14 years ago)
- Children:
- 2d4211
- Parents:
- 36d56c
- File:
-
- 1 edited
-
src/base/command_list.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/base/command_list.cpp
r36d56c r2a5451 62 62 63 63 #ifdef DEBUG_BARRIER 64 Comm& comm = *MG::GetComm(); 64 65 #ifdef HAVE_MPI 65 MPI_Barrier(MPI_COMM_WORLD);66 comm.Barrier(); 66 67 #endif 67 MG::GetComm()->PrintStringOnce("Command \"%s\" start", iter->first.c_str());68 comm.PrintStringOnce("Command \"%s\" start", iter->first.c_str()); 68 69 #endif 69 70 … … 74 75 #ifdef DEBUG_BARRIER 75 76 #ifdef HAVE_MPI 76 MPI_Barrier(MPI_COMM_WORLD);77 comm.Barrier(); 77 78 #endif 78 MG::GetComm()->PrintStringOnce("Command \"%s\" done", iter->first.c_str());79 comm.PrintStringOnce("Command \"%s\" done", iter->first.c_str()); 79 80 #endif 80 81
Note:
See TracChangeset
for help on using the changeset viewer.
