Skip to content

Commit

Permalink
errant popRegion leftover from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolence committed Nov 2, 2023
1 parent 362ada9 commit b1c9faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mesh/amr_loadbalance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@ bool Mesh::RedistributeAndRefineMeshBlocks(ParameterInput *pin, ApplicationInput
std::vector<int> nb_trial(Globals::nranks);
double new_max =
CalculateNewBalance(costlist, start_trial, nb_trial, avg_cost, max_block_cost);
Kokkos::Profiling::popRegion();
// if the improvement isn't large enough, just return because we're done
if ((max_rank_cost - new_max) / max_rank_cost < lb_tolerance_) return false;
newrank.resize(ntot);
Expand Down

0 comments on commit b1c9faa

Please sign in to comment.