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

Adapting to HPX V1.5 #643

Open
wants to merge 9 commits into
base: 1
Choose a base branch
from
Open

Adapting to HPX V1.5 #643

wants to merge 9 commits into from

Commits on Oct 9, 2020

  1. Changes needed to adapt for HPX V1.5

    - enable all tests for HPX
    hkaiser committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    0260db2 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Addressing review comments

    hkaiser committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    051b711 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Making sure task arguments stay alive during task execution

    # Conflicts:
    #	cinch
    hkaiser committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    0b96d55 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Adding task dependencies for HPX backend

    - flyby: make FLECSI_USE_AGGCOMM=On default for HPX backend
    hkaiser committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    7503d68 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. More work on task dependencies

    - adding future to data_client_handle, integrate with task dependency logic
    - flyby: optimize execution_policy::execute_task
    hkaiser committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    a67780f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f7a8d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    209877f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    21310fc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Fixing task dependencies

    hkaiser committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    d958b99 View commit details
    Browse the repository at this point in the history