Skip to content

Alltoallw rationale mentions an MPI_SCATTERW function #880

Open
@jaegerj

Description

@jaegerj

Problem

Rationale in alltoallw description mentions "... this achieves an MPI_SCATTERW function. (End of rationale.)".
However, this function doesn't exist in the standard.

Proposal

Change the text to say that this achieves what would exepcted of an MPI_SCATTERW function if such existed, and quickly described what the example does.

Changes to the Text

"..., this achieves an MPI_SCATTERW function. (End of rationale.)"

becomes

"..., this achieves what on could expect from an "MPI_SCATTERW" if such function existed, which is equivalent to an MPI_SCATTERV but with the blocks needing not all have the same datatypes. (End of rationale.)"

Impact on Implementations

None

Impact on Users

Better understanding of the example

References and Pull Requests

Metadata

Metadata

Assignees

Labels

Chapter Committee ChangeChanges to be made by the respective chapter committee(s)chap-collectiveCollective Communication Chapter Committeehad readingCompleted the formal proposal readingmpi-5.0For inclusion in the MPI 5.0 standardscheduled first-and-only voteFirst-and-only vote is scheduled for the next meeting

Type

No type

Projects

Status

Had Reading

Relationships

None yet

Development

No branches or pull requests

Issue actions