You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mpid/sched: match communicator when checking tag space
In MPIDU_Sched_next_tag when checking for tag space in use, make sure to
only check items with matching communicator.
Q: This code assumes every sched item contains valid request with comm set.
Is this guarantteed?
A: yes, it is. Check MPIDU_Sched_start. All entries in `all_schedules`
have ->req and ->req->comm set.
0 commit comments