Skip to content

Commit 593425d

Browse files
authored
Merge pull request #8 from hppritcha/topic/tmp_disable_fboxes
temporarily disable fboxes for sessions
2 parents cad26bd + 2ef3fa8 commit 593425d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opal/mca/btl/vader/btl_vader_fifo.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ static inline bool vader_fifo_write_ep (mca_btl_vader_hdr_t *hdr, struct mca_btl
203203
opal_atomic_wmb ();
204204
return mca_btl_vader_fbox_sendi (ep, 0xfe, &rhdr, sizeof (rhdr), NULL, 0);
205205
}
206+
#if 0
206207
mca_btl_vader_try_fbox_setup (ep, hdr);
208+
#endif
207209
hdr->next = VADER_FIFO_FREE;
208210
vader_fifo_write (ep->fifo, rhdr);
209211

0 commit comments

Comments
 (0)