Skip to content

add eager get comms to actor activities

When a irecv starts in eager mode, the comm is not added to the actor's activities. This is OK only if the communication already terminated, but otherwise it looks like a bug to me (in particular when the receiver fails before the comm finishes).

Merge request reports