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

Pack/Unpack data for user-data #1224

Open
wants to merge 78 commits into
base: main
Choose a base branch
from
Open

Pack/Unpack data for user-data #1224

wants to merge 78 commits into from

Commits on Aug 15, 2024

  1. Started data_handler

    Davknapp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    96ff4b5 View commit details
    Browse the repository at this point in the history
  2. progress data_handler

    Davknapp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a5f70f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Use a base-class

    Davknapp committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    cea2b11 View commit details
    Browse the repository at this point in the history
  2. restructuring

    Davknapp committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    993c979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a03b01e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Fix communication error

    Davknapp committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6ee7851 View commit details
    Browse the repository at this point in the history
  2. Add documentation

    Davknapp committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    df3abdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c985b9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eff194f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d63d86 View commit details
    Browse the repository at this point in the history
  6. code simplification

    Davknapp committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    05e4984 View commit details
    Browse the repository at this point in the history
  7. Documentation

    Davknapp committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d28dc55 View commit details
    Browse the repository at this point in the history
  8. documentation

    Davknapp committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5376ef7 View commit details
    Browse the repository at this point in the history
  9. fix memory leak

    Davknapp committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0c233a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    8c76526 View commit details
    Browse the repository at this point in the history
  2. Fix non-mpi configuration

    Davknapp committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d37eca1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16edf34 View commit details
    Browse the repository at this point in the history
  4. Add allgather

    and pack and unpack without prefix for the size
    Davknapp committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    060e173 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00e19b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed9eb01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e640c3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4d2413 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d667c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    1a9ecca View commit details
    Browse the repository at this point in the history
  2. move comments, bugfix

    Davknapp committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    92b6de6 View commit details
    Browse the repository at this point in the history
  3. simplify code

    Davknapp committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f66ca3d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Start implementing tree dependant data

    currently failing
    Davknapp committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a3b1b71 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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

Commits on Sep 6, 2024

  1. fix tree-data-handling

    Davknapp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    43a4cb0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1244 from DLR-AMR/data_handler_diff_approach

    Data handler diff approach
    Davknapp authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    369c691 View commit details
    Browse the repository at this point in the history
  3. Add pseudo-trees

    Davknapp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f21bba4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d37ba59 View commit details
    Browse the repository at this point in the history
  5. Encapsulate test

    only run when mpi is enabled
    Davknapp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    00bfae6 View commit details
    Browse the repository at this point in the history
  6. Clean-up

    Davknapp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fb549c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3ca0bb View commit details
    Browse the repository at this point in the history
  8. Clean-up

    Davknapp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7bf372e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bbd680c View commit details
    Browse the repository at this point in the history
  10. remove for-loop

    Davknapp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7100f81 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    f2a524f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c45ac31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d425aac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d04ef8e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 23, 2024

  1. dirty commit

    Davknapp committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1cae747 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    77a6c47 View commit details
    Browse the repository at this point in the history
  2. Merge

    Davknapp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    21b0820 View commit details
    Browse the repository at this point in the history
  3. Fix memory leak in serial

    Davknapp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    af26edf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix memory leak

    Davknapp committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b5fcd22 View commit details
    Browse the repository at this point in the history
  2. add documentation

    Davknapp committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cfbf37c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49cf6ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0bc6ec View commit details
    Browse the repository at this point in the history
  5. improve for pointer-type

    Davknapp committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    de2b97f View commit details
    Browse the repository at this point in the history
  6. minor improvements

    Davknapp committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5bc3983 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. minor optimization

    Davknapp committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    def4cbb View commit details
    Browse the repository at this point in the history
  2. avoid copying the vector

    Davknapp committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0f60271 View commit details
    Browse the repository at this point in the history
  3. Simplify data_handler

    Davknapp committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    67b413d View commit details
    Browse the repository at this point in the history
  4. Optimize pseudo-trees

    Davknapp committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    85d69e5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1256 from DLR-AMR/Pack-opimization

    Pack opimization
    Davknapp authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    bc48d36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d05446 View commit details
    Browse the repository at this point in the history
  7. use shared_ptr

    Davknapp committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1a66765 View commit details
    Browse the repository at this point in the history
  8. minor improvements

    Davknapp committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9885468 View commit details
    Browse the repository at this point in the history
  9. documentation

    Davknapp committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ffc6a49 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. More stl

    Davknapp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    291c0f5 View commit details
    Browse the repository at this point in the history
  2. Documentation

    Davknapp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c36773c View commit details
    Browse the repository at this point in the history
  3. T -> TType

    Davknapp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4d03763 View commit details
    Browse the repository at this point in the history
  4. More documentation

    Davknapp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ad6270c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    691ae7d View commit details
    Browse the repository at this point in the history
  6. do no double-wrap

    Davknapp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    14e66da View commit details
    Browse the repository at this point in the history
  7. File documentation

    Davknapp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8287200 View commit details
    Browse the repository at this point in the history
  8. clean-up

    Davknapp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    56c6046 View commit details
    Browse the repository at this point in the history
  9. Documentation

    Davknapp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    18330e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8132698 View commit details
    Browse the repository at this point in the history
  11. fix pedantic errors

    Davknapp committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f6dc3fb View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    9090f1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fc9572 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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