Remove one-shot doubles clearing

This commit is contained in:
Alejandro Gallo 2021-10-05 16:51:51 +02:00
parent 7c3a7bbc1e
commit 185da8913e
2 changed files with 6 additions and 20 deletions

View File

@ -2361,19 +2361,12 @@ Atrip::Output Atrip::run(Atrip::Input const& in) {
}
WITH_RANK << iteration << "-th cleaning up....... DONE\n";
}
// CLEAN CHRONO ======================================================{{{1
chrono["iterations"].stop();
{ // TODO: REMOVEME
chrono["oneshot-doubles"].clear();
chrono["oneshot-mpi:barrier"].clear();
chrono["oneshot-db:comm:allgather"].clear();
chrono["oneshot-unwrap"].clear();
}
// ITERATION END ====================================================={{{1
} // END OF MAIN LOOP
}
// END OF MAIN LOOP
MPI_Barrier(universe);

View File

@ -487,19 +487,12 @@ Atrip::Output Atrip::run(Atrip::Input const& in) {
}
WITH_RANK << iteration << "-th cleaning up....... DONE\n";
}
// CLEAN CHRONO ======================================================{{{1
chrono["iterations"].stop();
{ // TODO: REMOVEME
chrono["oneshot-doubles"].clear();
chrono["oneshot-mpi:barrier"].clear();
chrono["oneshot-db:comm:allgather"].clear();
chrono["oneshot-unwrap"].clear();
}
// ITERATION END ====================================================={{{1
} // END OF MAIN LOOP
}
// END OF MAIN LOOP
MPI_Barrier(universe);