Skip to content

Commit 77366c4

Browse files
committed
sessions:reenable fboxes
Cannot reproduce this problem. It may have originally been only observed on systems - like Cray XC/EX - where xpmem is typically available. For systems that don't use xpmem, the way the fboxes are backed by shm or posix shared memory objects should avoid potential segfaults at mpi_session_finalize. Signed-off-by: Howard Pritchard <[email protected]>
1 parent 38fdfa6 commit 77366c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

opal/mca/btl/sm/btl_sm_fifo.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ static inline bool sm_fifo_write_ep(mca_btl_sm_hdr_t *hdr, struct mca_btl_base_e
157157
opal_atomic_wmb();
158158
return mca_btl_sm_fbox_sendi(ep, 0xfe, &rhdr, sizeof(rhdr), NULL, 0);
159159
}
160-
#if 0
161-
mca_btl_smr_try_fbox_setup (ep, hdr);
162-
#endif
160+
mca_btl_sm_try_fbox_setup (ep, hdr);
163161
hdr->next = SM_FIFO_FREE;
164162
sm_fifo_write(ep->fifo, rhdr);
165163

0 commit comments

Comments
 (0)