From 185da8913ed793ec174f3280b1df007a8004a07c Mon Sep 17 00:00:00 2001 From: Alejandro Gallo Date: Tue, 5 Oct 2021 16:51:51 +0200 Subject: [PATCH] Remove one-shot doubles clearing --- atrip.org | 13 +++---------- src/atrip/Atrip.cxx | 13 +++---------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/atrip.org b/atrip.org index baf8a02..43ec364 100644 --- a/atrip.org +++ b/atrip.org @@ -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); diff --git a/src/atrip/Atrip.cxx b/src/atrip/Atrip.cxx index 450b177..85fe35e 100644 --- a/src/atrip/Atrip.cxx +++ b/src/atrip/Atrip.cxx @@ -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);