Skip to content

Commit

Permalink
ch4/ofi: FIXME notes for PACK and NOPACK paths
Browse files Browse the repository at this point in the history
They need handle potential pipeline paths.
  • Loading branch information
hzhou committed Feb 7, 2024
1 parent 856b93f commit 54d9129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mpid/ch4/netmod/ofi/ofi_events.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ int MPIDI_OFI_dispatch_function(int vci, struct fi_cq_tagged_entry *wc, MPIR_Req
}
break;

/* FIXME: PACK and NOPACK paths need handle potential pipeline messages */
case MPIDI_OFI_EVENT_RECV_PACK:
mpi_errno = MPIDI_OFI_recv_event(vci, wc, req, MPIDI_OFI_EVENT_RECV_PACK);
break;
Expand Down

0 comments on commit 54d9129

Please sign in to comment.