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

Commits on Dec 8, 2015

  1. Started to work on adding action support to dataflow

    - refactoring of existing dataflow code, moving things around
    - removing unnecessary internal arguments
    - exposing dataflow as hpx::dataflow
    hkaiser committed Dec 8, 2015
    Copy the full SHA
    9da0da4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2015

  1. First batch of changes to add dataflow<Action>(...) and dataflow(Acti…

    …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 committed Dec 10, 2015
    Copy the full SHA
    1475451 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2015

  1. Copy the full SHA
    bb7b273 View commit details
    Browse the repository at this point in the history