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

Add BP3/BP4 options: NumAggregators (same as SubStreams) and Aggregat… #2477

Merged
merged 12 commits into from
Oct 7, 2020

Commits on Oct 2, 2020

  1. Add BP3/BP4 options: NumAggregators (same as SubStreams) and Aggregat…

    …ionRatio.
    
    Default aggregation is now one per compute node (NumAggregators=0)
    pnorbert committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    ea73b47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b3390b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

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

Commits on Oct 6, 2020

  1. fix BP3 specific test for reading each subfile alone to make sure it …

    …is actually generating the subfiles
    pnorbert committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    4b8722c View commit details
    Browse the repository at this point in the history
  2. set aggregation to N-to-N for tests that (wrongly) assume that a bloc…

    …k's writerID equals to its writer's rank (it is not, it is the subfile index)
    pnorbert committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    e0f2567 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e310cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cfd5fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efd7135 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0ca049 View commit details
    Browse the repository at this point in the history
  7. signed/unsigned fix

    pnorbert committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    1172c09 View commit details
    Browse the repository at this point in the history
  8. remove unused variable

    pnorbert committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9ea6100 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Change size_t to uint64_t for storing sub-block-minmax info and fix u…

    …pdate function to read 8 bytes instead of 4.
    pnorbert committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    ce36fa3 View commit details
    Browse the repository at this point in the history