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

Introduce more flexible storeChunk() syntax, use to add ADIOS2 memory selection #1620

Open
wants to merge 39 commits into
base: dev
Choose a base branch
from

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    26de1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    445bde7 View commit details
    Browse the repository at this point in the history
  3. use std::conditional_t

    knew there was sth like this
    franzpoeschel committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    79d60c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d29837 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9549078 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    433f7a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    037eb70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5053444 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de83ec5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae0ec91 View commit details
    Browse the repository at this point in the history
  11. Test memory selection

    franzpoeschel committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1d7cffd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d1091d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2055bce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a5531af View commit details
    Browse the repository at this point in the history
  15. WIP loadChunk

    franzpoeschel committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    96da02c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fa1ddba View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0a21ab0 View commit details
    Browse the repository at this point in the history
  18. Fix CI issues

    franzpoeschel committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    181a253 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    095ecdd View commit details
    Browse the repository at this point in the history
  20. Renaming

    franzpoeschel committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e9319ed View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0cdae96 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7a6196c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2e1a600 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6a2a886 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ab64648 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ef1c443 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a61325f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0cb6c8d View commit details
    Browse the repository at this point in the history
  29. WIP: Cleanup

    franzpoeschel committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    999e5be View commit details
    Browse the repository at this point in the history
  30. Same for store API

    franzpoeschel committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2269f3e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c824501 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    eec6aed View commit details
    Browse the repository at this point in the history
  33. Avoid wrong warnings

    franzpoeschel committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f0c8652 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a1382f4 View commit details
    Browse the repository at this point in the history
  35. Fixes

    franzpoeschel committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e0f7285 View commit details
    Browse the repository at this point in the history
  36. Fix rebasing error

    franzpoeschel committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1fe4534 View commit details
    Browse the repository at this point in the history
  37. Don't use std::packaged_task

    Intel compilers having trouble
    franzpoeschel committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bd7b378 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    e5e06e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    208c381 View commit details
    Browse the repository at this point in the history