Skip to content

Commit

Permalink
Update to use latest pika mpi completion mode types
Browse files Browse the repository at this point in the history
  • Loading branch information
biddisco committed Jul 28, 2024
1 parent aaab97a commit 4719e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dlaf/sender/transform_mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ template <typename F, typename Sender,
namespace mpi = pika::mpi::experimental;
namespace mpid = pika::mpi::experimental::detail;

if (mpi::get_completion_mode() >= static_cast<int>(mpid::handler_mode::unspecified)) {
if (mpi::get_completion_mode() >= static_cast<int>(mpid::handler_method::unspecified)) {
auto snd1 =
ex::transfer(std::forward<Sender>(sender), dlaf::internal::getMPIScheduler()) |
ex::then(dlaf::common::internal::ConsumeRvalues{MPIYieldWhileCallHelper{std::forward<F>(f)}});
Expand Down

0 comments on commit 4719e24

Please sign in to comment.