Skip to content

Switch from scatter-gather to each-loads-its-own #65

@gcapes

Description

@gcapes

The strong scaling tests showed that loading the baselines data is the bottleneck once the number of ranks starts to increase.

It might be that rather than each rank loading its own data and creating a parallel reading bottleneck, a subset of the ranks act as middle managers and load a subset of the data which they then scatter to a number of workers. So e.g. if you had 100 ranks, maybe 10 of those ranks could load data, and scatter to a different 10 ranks each.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions