Skip to content

Replace references to MPI_Gather with MPI_Gatherv across all parallel programs #1

@ShubhamAvasthi

Description

@ShubhamAvasthi

MPI_Gatherv is the recommended option to use when gathering unequal lengths of data.
I did not know about MPI_Gatherv initially and started implementing the programs with MPI_Gather.
Using MPI_Gatherv is a better way to self-document the purpose of the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions