Changeset d13e27 for src/mg.cpp


Ignore:
Timestamp:
Mar 29, 2013, 5:03:13 PM (13 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
f57182
Parents:
5ba22b
Message:

vmg: Work on output verbosity.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mg.cpp

    r5ba22b rd13e27  
    3333#endif
    3434
    35 #ifdef DEBUG_MEASURE_TIME
     35#ifdef OUTPUT_TIMING
    3636#ifdef HAVE_MPI
    3737#include <mpi.h>
     
    161161void MG::Solve()
    162162{
    163 #ifdef DEBUG_MEASURE_TIME
    164 #ifdef HAVE_MPI
     163#ifdef OUTPUT_TIMING
    165164  GetComm()->Barrier();
    166 #endif
    167165  Timer::Start("CompleteRunningTime");
    168166#endif
     
    178176  cl_finalize->ExecuteList();
    179177
    180 #ifdef DEBUG_MEASURE_TIME
    181 #ifdef HAVE_MPI
     178#ifdef OUTPUT_TIMING
    182179  GetComm()->Barrier();
    183 #endif
    184180  Timer::Stop("CompleteRunningTime");
    185 #ifdef DEBUG_MEASURE_TIME_OUTPUT
    186181#ifdef HAVE_MPI
    187182  Timer::PrintGlobal();
    188183#else
    189184  Timer::Print();
    190 #endif
    191185#endif
    192186#endif
Note: See TracChangeset for help on using the changeset viewer.