Skip to content

Optimize in-node MPI communication #2

@jvita

Description

@jvita

Currently, the Manager object in evaluator.py simply scatters/gathers the population across its entire farm of processors, ignoring the fact that some of them will be on the same physical node. Ideally, the head rank on each node would store a shared memory buffer for the node's population and results, that way no MPI calls will be required for communicating between a processor and its node head.

For now I have chosen to ignore this issue to avoid premature optimization.

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