Skip to content

[FR] MPI.gatherv #96

@PhilipVinc

Description

@PhilipVinc

Some time ago i tried adding support to mpi.gatherv but i was blocked by the following issue:

gatherv in C requires passing an array with the length of the various partitions on each node.
This, from the point of view of jax, is static information.
However i do not know how to create a static tuple in python and pass it to the cython module

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