Changeset 2a5451 for src/mg.cpp
- Timestamp:
- May 11, 2012, 8:36:18 PM (14 years ago)
- Children:
- 2d4211
- Parents:
- 36d56c
- File:
-
- 1 edited
-
src/mg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/mg.cpp
r36d56c r2a5451 158 158 #ifdef DEBUG_MEASURE_TIME 159 159 #ifdef HAVE_MPI 160 MPI_Barrier(MPI_COMM_WORLD);160 GetComm()->Barrier(); 161 161 #endif 162 162 Timer::Start("CompleteRunningTime"); … … 175 175 #ifdef DEBUG_MEASURE_TIME 176 176 #ifdef HAVE_MPI 177 MPI_Barrier(MPI_COMM_WORLD);177 GetComm()->Barrier(); 178 178 #endif 179 179 Timer::Stop("CompleteRunningTime");
Note:
See TracChangeset
for help on using the changeset viewer.
