Skip to content

[MPI] current implementation is based on files, which can be an issue on multi-machine systems #427

Open
@rosiereflo

Description

@rosiereflo

Currently the synchronization between the processes is based on large strings that are then dumped in files, which are later read by the root process.
This works fine when a single machine is involved, but in a multi-machine environment it means that network is involved when reading files from another process. This might create serious performance issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions