Skip to content

Commit

Permalink
corrected resetting rcv signal
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-clmsn committed Apr 19, 2024
1 parent cddd163 commit b0eae60
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ namespace hpx::parcelset::policies::openshmem {
hpx::util::openshmem_environment::segments[idx].beg_addr,
sizeof(rcv_header_)
);

(*(hpx::util::openshmem_environment::segments[idx].rcv)) = 0;
}

header h = rcv_header_;
Expand Down

0 comments on commit b0eae60

Please sign in to comment.