Skip to content

Commit

Permalink
Adds missing declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
steiltre committed Nov 14, 2024
1 parent a887a3f commit b2f3391
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/ygm/comm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ class comm {

void flush_send_buffer(int dest);

void handle_completed_send(mpi_isend_request &req_buffer);

void check_completed_sends();

void check_if_production_halt_required();

void flush_all_local_and_process_incoming();
Expand Down

0 comments on commit b2f3391

Please sign in to comment.