You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Actual Behavior
Tests fail for
hpx::parallel::count
andhpx::parallel:count_if
for larger cases.Steps to Reproduce the Problem
It is enough to change size from 33 to 65.
hpx/tests/regressions/parallel/count_3646.cpp
Lines 52 to 58 in b287b7f
Specifications
Remarks
The same thing occurs also before commits to #3646, i.e. with functions accepting one type of iterators.
Similar problem was encountered in #3442. It may be the partitioner that looses control over chunks. I have made a breakpoint here:
hpx/hpx/parallel/util/loop.hpp
Lines 64 to 70 in b287b7f
and seen that program was iterating over elements with completely strange values.
The text was updated successfully, but these errors were encountered: