Skip to content

Firefly: waitany will not return unless send/irecv counts match #2234

@jpkenny

Description

@jpkenny

The count for a send in MPI only needs to be <= the count for a matching receive.

Firefly only matches send/recv if the counts match. I have only verified this for send/irecv and waitany, though I suspect this is a systematic problem.

The easiest way to reproduce this is to change the irecv count argument to be greater than the send count argument in emberwaitany.h

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions