Ignore:
Timestamp:
Feb 2, 2012, 1:58:12 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
32ff22
Parents:
01be70
Message:

Parallel performance update.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/interface/interface_fcs.cpp

    r01be70 r894a5f  
    144144   */
    145145  MG::IsInitialized();
     146
     147  /*
     148   * Post init communication class
     149   */
     150  MG::PostInit();
    146151}
    147152
     
    190195   */
    191196  MG::Solve();
     197
     198#ifdef DEBUG_MEASURE_TIME
     199  Timer::Print();
     200#endif
    192201}
    193202
Note: See TracChangeset for help on using the changeset viewer.