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
I was expecting node 1's myGlobalStart to be 100 because it's an exclusive scan.
If I change to use hpx::collectives::inclusive_scan and then subtract the count, I get the result I was expecting.
I am using HPX v1.10.0 that I build on Ubuntu 24.10 with OpenMPI and HPX built to use it. I am running all MPI ranks on one system (for testing purposes).
The text was updated successfully, but these errors were encountered:
I'm seeing a problem with
hpx::collectives::exclusive_scan
where it seems to be returning double the output I was expecting.I was expecting node 1's myGlobalStart to be 100 because it's an exclusive scan.
If I change to use
hpx::collectives::inclusive_scan
and then subtract the count, I get the result I was expecting.I am using HPX v1.10.0 that I build on Ubuntu 24.10 with OpenMPI and HPX built to use it. I am running all MPI ranks on one system (for testing purposes).
The text was updated successfully, but these errors were encountered: