We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3327fa5 commit 633da66Copy full SHA for 633da66
opal/mca/btl/usnic/btl_usnic_ack.c
@@ -201,8 +201,7 @@ opal_btl_usnic_ack_send(
201
/* Get an ACK frag. If we don't get one, just discard this ACK. */
202
ack = opal_btl_usnic_ack_segment_alloc(module);
203
if (OPAL_UNLIKELY(NULL == ack)) {
204
- opal_output(0, "====================== No frag for sending the ACK -- skipped");
205
- abort();
+ return;
206
}
207
208
/* send the seq of the lowest item in the window that
0 commit comments