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

Adding support for invoking actions to dataflow #1912

Merged
merged 3 commits into from Dec 15, 2015
Merged

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Dec 12, 2015

  • refactoring of existing dataflow code, moving things around
  • removing unnecessary internal arguments
  • exposing dataflow as hpx::dataflow

This fixes #1265

- refactoring of existing dataflow code, moving things around
- removing unnecessary internal arguments
- exposing dataflow as hpx::dataflow
…on(), ...)

- added test for remote dataflow
- deprecate hpx::lcos::local::dataflow, moving it to hpx::dataflow
- adding HPX_WITH_LOCAL_DATAFLOW_COMPATIBILITY for backwards compatibility
- touched all uses of lcos::local::dataflow()
@hkaiser hkaiser added this to the 0.9.12 milestone Dec 12, 2015
@sithhell
Copy link
Member

LGTM

sithhell added a commit that referenced this pull request Dec 15, 2015
Adding support for invoking actions to dataflow
@sithhell sithhell merged commit 60870e9 into master Dec 15, 2015
@sithhell sithhell deleted the fixing_1265 branch December 15, 2015 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable dataflow() to be usable with actions
2 participants