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

[GSoC 2019] Distributed Non-Blocking Algorithms and Data Structures #13708

Merged
merged 47 commits into from
Aug 27, 2019

Commits on Aug 24, 2019

  1. Add EpochManager

    dgarvit authored and LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    bc4a521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    300a01f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0453aa7 View commit details
    Browse the repository at this point in the history
  4. Modify ReclaimedLockFreeQueue test

    dgarvit authored and LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    35506c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1110f76 View commit details
    Browse the repository at this point in the history
  6. Add no doc pragma

    dgarvit authored and LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    e397408 View commit details
    Browse the repository at this point in the history
  7. Remove Utilities.chpl; move Distributed version and shared version in…

    …to one file; update tests
    dgarvit authored and LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    bb444df View commit details
    Browse the repository at this point in the history
  8. Remove proc main from LocalAtomics

    dgarvit authored and LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    37e5272 View commit details
    Browse the repository at this point in the history
  9. Update Makefile for Documentation

    dgarvit authored and LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    a6ea017 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c8c0d0 View commit details
    Browse the repository at this point in the history
  11. Add Cray License

    dgarvit authored and LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    26c7547 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84aa4cc View commit details
    Browse the repository at this point in the history
  13. Add Architecture check

    dgarvit authored and LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    367a1d6 View commit details
    Browse the repository at this point in the history
  14. Add Cray License

    dgarvit authored and LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    842a445 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    36b8c8d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eceb25c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1f5f7a2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a24a2f1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5b5773f View commit details
    Browse the repository at this point in the history
  20. Fix for writeABA

    LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    ae299d2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ed7ec08 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    30cd8ca View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    423c231 View commit details
    Browse the repository at this point in the history
  24. Make feedback changes

    dgarvit authored and LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    597cd48 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0b05c8b View commit details
    Browse the repository at this point in the history
  26. Add feedback changes

    dgarvit authored and LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    710045d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    28b57eb View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fdb1a6d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    95e006a View commit details
    Browse the repository at this point in the history
  30. Added yielding to handle oversubscription and cases of extreme conten…

    …tion relatively gracefully; also added documentation and a new 'drain' iterator for stack
    LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    a7e97e3 View commit details
    Browse the repository at this point in the history
  31. Added Drain

    LouisJenkinsCS committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    5531bb7 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    74903e7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3695162 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8e1adbe View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Configuration menu
    Copy the full SHA
    426cd6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9e767 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Add newline

    dgarvit committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    ff4f0d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba464e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3d753f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    15617a3 View commit details
    Browse the repository at this point in the history
  2. Finally compiles

    LouisJenkinsCS committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    3669b0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ba3cf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60b5a8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    256c793 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    043c366 View commit details
    Browse the repository at this point in the history
  7. Feedback changes

    dgarvit committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    7d10d8e View commit details
    Browse the repository at this point in the history
  8. Apply feedback changes

    dgarvit committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    fb18180 View commit details
    Browse the repository at this point in the history