Hartmut Kaiser

Results 521 comments of Hartmut Kaiser

Thanks @kordejong. I'm not sure how to fix the linker warnings that refer to the weak symbols, but I will fix the others.

@kordejong could you please try adding `-DHPX_WITH_HIDDEN_VISIBILITY=On` to your HPX cmake invocation to see if that fixes the linker warnings related to weak symbols?

Also, you may want to move all types that are don't have to visible by users into `namespace detail` to avoid name clashes with other code.

> i'm not sure why it's failing for clang_format. i used `clang-format` -i ` to make sure it's in the format The CI uses an older version of clang-format that...

@charan-003 please rebase your branch onto top of master to resolve the merge conflicts.

> I was shocked to discover that HPX on average is 900x slower than the fastest runtime. See the summary table on the repo README, or the full dataset chart...

This is a known issue and has been fixed on master (see: https://github.com/STEllAR-GROUP/hpx/pull/6731). We will add this fix as part of a V1.11.1 point release.

@sidhikumari5 Congratulations! Your PR was merged just now to the HPX master branch.

> * This utility is used to test the extrema algorithms, and I've verified that the existing implementations work properly. I wouldn't like removing the tests realted to sentinels.