Ignore:
Timestamp:
May 11, 2012, 8:36:18 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
2d4211
Parents:
36d56c
Message:

vmg now succeeds on test_comm.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/base/command_list.cpp

    r36d56c r2a5451  
    6262
    6363#ifdef DEBUG_BARRIER
     64    Comm& comm = *MG::GetComm();
    6465#ifdef HAVE_MPI
    65     MPI_Barrier(MPI_COMM_WORLD);
     66    comm.Barrier();
    6667#endif
    67     MG::GetComm()->PrintStringOnce("Command \"%s\" start", iter->first.c_str());
     68    comm.PrintStringOnce("Command \"%s\" start", iter->first.c_str());
    6869#endif
    6970
     
    7475#ifdef DEBUG_BARRIER
    7576#ifdef HAVE_MPI
    76     MPI_Barrier(MPI_COMM_WORLD);
     77    comm.Barrier();
    7778#endif
    78     MG::GetComm()->PrintStringOnce("Command \"%s\" done", iter->first.c_str());
     79    comm.PrintStringOnce("Command \"%s\" done", iter->first.c_str());
    7980#endif
    8081
Note: See TracChangeset for help on using the changeset viewer.