Skip to content

hpx v1.7 support#78

Open
shifty91 wants to merge 5 commits intogentryx:masterfrom
shifty91:hpx-1.7
Open

hpx v1.7 support#78
shifty91 wants to merge 5 commits intogentryx:masterfrom
shifty91:hpx-1.7

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 <kurt@kmk-computers.de>
hpx::util::unwrap is deprecated. It was replaced with hpx::unwrap.

Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
The header hpx/runtime/components/component_factory.hpp is deprecated. Use
hpx/modules/runtime_components.hpp instead.

Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
Use new overloads for hpx::init() in order to make the tests with HPX enabled
compile.

Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
hpx::components::simple_component is deprecated and should be replaced with
hpx::components::component. Do it.

Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
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

Comments