Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
aaadelmann authored Oct 15, 2024
1 parent 0572628 commit 6711b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utility/IpplTimings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void Timing::print(const std::string& fn, const std::map<std::string, unsigned i
*msg << endl;
}

*msg << std::setw(27) << "num Nodes" << std::setw(11) << "Wall tot\n"
*msg << std::setw(27) << "ranks" << std::setw(11) << "Wall tot\n"
<< std::string().assign(37, '=') << "\n";
{
TimerInfo* tptr = TimerList[0].get();
Expand All @@ -167,7 +167,7 @@ void Timing::print(const std::string& fn, const std::map<std::string, unsigned i
}

*msg << "\n"
<< std::setw(27) << "num Nodes" << std::setw(10) << "Wall max" << std::setw(10)
<< std::setw(27) << "ranks" << std::setw(10) << "Wall max" << std::setw(10)
<< "Wall min" << std::setw(11) << "Wall avg\n"
<< std::string().assign(57, '=') << "\n";
for (unsigned int i = 0; i < TimerList.size(); ++i) {
Expand Down

0 comments on commit 6711b35

Please sign in to comment.