Skip to content

Give models access to message passing functionalitites #41

Open
@Luthaf

Description

@Luthaf

When running a models inside a simulation engine which does domain decomposition, it would be interesting to give the model a set of functions to do message passing. This would be used by message-passing GNN to either reduce the amount of work that needs to happen on a given node; and long range models to enable running on multiple nodes altogether!

The interface could look like this: we make message_passing_function available to the model in some way, and then have the engine implement this function using it's own message passing tools.

Next step would be to think about what functions and data are required to do message passing inside the models, ideally without just duplicating what LAMMPS does since we also want to support other engines. Some inspiration could be taken from the ML-IAP unified interface, which allows Python models to do message passing.

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