Skip to content

Commit

Permalink
Merge pull request #778 from pika-org/activity_count
Browse files Browse the repository at this point in the history
Fix a missing global activity count
  • Loading branch information
msimberg authored Sep 19, 2023
2 parents 7eba5fa + 94a955e commit f5403e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/pika/async_mpi/src/mpi_polling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ namespace pika::mpi::experimental {

// Invoke callback (PIKA_MOVE doesn't compile here)
PIKA_INVOKE(std::move(ready_callback_.cb_), ready_callback_.err_);

pika::threads::detail::decrement_global_activity_count();
}

// if we think there are no outstanding requests, then exit quickly
Expand Down

0 comments on commit f5403e8

Please sign in to comment.