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

Apex refactoring with guids #3245

Merged
merged 8 commits into from
Mar 22, 2018
Merged

Apex refactoring with guids #3245

merged 8 commits into from
Mar 22, 2018

Commits on Mar 16, 2018

  1. Refactoring the APEX/HPX integration.

    Major changes:  When an HPX thread is created, an apex_wrapper()
    call is made to create an apex::task_wrapper.  That object can be
    updated later in the case of an annotated_function.  The thread
    maintains a pointer to this wrapper, and passes it to the
    apex_wrapper calls to start/stop timers. Memory is managed by
    APEX, and the task_wrapper object is destroyed after apex::stop.
    khuck committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    e63a683 View commit details
    Browse the repository at this point in the history
  2. Removing the background_thread timer

    Removing the background thread timer because that work
    should be handled in the regular scheduling loop.
    khuck committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    e45f5ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81ade46 View commit details
    Browse the repository at this point in the history
  4. Point to the refactored APEX repo branch.

    This should be updated to master before next release.
    khuck committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    c173edd View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Updating APEX to v2.0.

    khuck committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    47a1fe2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/STEllAR-GROUP/hpx into ap…

    …ex_refactoring_with_guids
    khuck committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    48074c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    182412f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Fixing HPX tool complaints.

    khuck committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    1a30539 View commit details
    Browse the repository at this point in the history