Skip to content

Commit

Permalink
Disable more MPI tests that use sync_wait.
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorostsa committed Aug 20, 2024
1 parent a897366 commit 210e608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/core/async_mpi/tests/unit/mpi_ring_async_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ int hpx_main(hpx::program_options::variables_map& vm)
// will execute hpx_main on an hpx thread
int main(int argc, char* argv[])
{
#if !defined(HPX_HAVE_STDEXEC)
// if this test is run with distributed runtime, we need to make sure
// that all ranks run their main function
std::vector<std::string> cfg = {"hpx.run_hpx_main!=1"};
Expand Down Expand Up @@ -208,4 +209,5 @@ int main(int argc, char* argv[])
MPI_Finalize();

return result || hpx::util::report_errors();
#endif
}

0 comments on commit 210e608

Please sign in to comment.