Skip to content

Default best-effort decomposition #277

Description

@fsimonis

If the user doesn't provide a decomposition, or the user starts with more MPI ranks as the decomposition allows, the Micro Manager could try to come up with a "best effort decomposition".

For $r$ ranks:

  • use uniform $n^{dims}=r$ if possible
  • otherwise $n*m=r, n>m$ split longest axis (based on bounds) by $n$, and second-longest by $m$.
  • otherwise split longest axis by $r$

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

    enhancementEnchance existing functionality

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions