Skip to content
Snippets Groups Projects
Unverified Commit d151a157 authored by René Fritze's avatar René Fritze
Browse files

[timings] remove unused local var

parent 8e00276a
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,6 @@ void Timings::output_all_measures(std::ostream& out, MPIHelper::MPICommunicator
<< section.first << "_avg_wall" << csv_sep_ << section.first << "_max_wall" << csv_sep_ << section.first
<< "_avg_sys" << csv_sep_ << section.first << "_max_sys";
}
int i = 0;
const auto weight = 1 / double(comm.size());
stash << std::endl << threadManager().max_threads() << csv_sep_ << comm.size();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment