Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hpx v1.7 support #78

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

hpx v1.7 support #78

wants to merge 5 commits into from

Conversation

shifty91
Copy link
Contributor

Hey,

this patch set enables libgeodecomp to run with hpx v1.7. Fix deprecation warnings and tests.

Thanks, Kurt

shifty91 added 5 commits July 20, 2021 20:52
The header hpx/runtime/get_ptr.hpp is deprecated and should be replaced with
hpx/modules/components.hpp. Do it.

Signed-off-by: Kurt Kanzenbach <[email protected]>
hpx::util::unwrap is deprecated. It was replaced with hpx::unwrap.

Signed-off-by: Kurt Kanzenbach <[email protected]>
The header hpx/runtime/components/component_factory.hpp is deprecated. Use
hpx/modules/runtime_components.hpp instead.

Signed-off-by: Kurt Kanzenbach <[email protected]>
Use new overloads for hpx::init() in order to make the tests with HPX enabled
compile.

Signed-off-by: Kurt Kanzenbach <[email protected]>
hpx::components::simple_component is deprecated and should be replaced with
hpx::components::component. Do it.

Signed-off-by: Kurt Kanzenbach <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant