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
Update usnic_recv.h:lookup_sender() to handle unknown receivers.
@hjelmn suggests doing what the ugni/openib BTLs do: when an unknown sender is found, call opal_proc_for_name() on the OPAL (or ORTE) name in the packet. Then (effectively) call btl_add_procs() on that name, and then fall through to do the rest of the normal receive path.
Doing this will allow the usnic BTL to remove the use of MCA_BTL_FLAGS_SINGLE_ADD_PROCS.