Skip to content

[bug] Forecasts missing for parallel runs #217

Description

@evenmn

When running Bris-inference for multiple starting states, sometimes the last forecasts are missing.

This is probably related to the way we split the data when running data parallelism. Currently, the input data is splitted equally on all processes, and the remainder is never run. So if we have 3 starting states and run two models in parallel, one forecast will be missing.

A better solution would be to split the remainders and run them on some of the processes. Even though the load will be (slightly) imbalanced, we will at least get all the forecasts.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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