Remove one-shot doubles clearing
This commit is contained in:
parent
7c3a7bbc1e
commit
185da8913e
13
atrip.org
13
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);
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user