hpx icon indicating copy to clipboard operation
hpx copied to clipboard

Use constexpr and hpx::wait_each in future_reduce test

Open vaibhavj2006 opened this issue 3 weeks ago • 1 comments

Fixes #

Proposed Changes

-Replaced #define NUM_THREADS with constexpr std::size_t NUM_THREADS for type safety and compile-time evaluation. -Updated test loops to use hpx::wait_each to handle futures efficiently as they become ready. -Improved readability and parallel execution behavior in the future_reduce test case.

vaibhavj2006 avatar Dec 09 '25 12:12 vaibhavj2006

Can one of the admins verify this patch?

StellarBot avatar Dec 09 '25 12:12 StellarBot

I think the CircleCI job ran out of allowed time

vaibhavj2006 avatar Dec 14 '25 09:12 vaibhavj2006