Skip to content

Commit 6a40068

Browse files
committed
mtl/ofi: Fix minor formatting issue
Signed-off-by: William Zhang <[email protected]>
1 parent b220c5d commit 6a40068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mca/mtl/ofi/mtl_ofi_component.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,8 @@ ompi_mtl_ofi_component_init(bool enable_progress_threads,
639639
hints->caps |= FI_TAGGED | FI_LOCAL_COMM | FI_REMOTE_COMM | FI_DIRECTED_RECV;
640640
hints->tx_attr->msg_order = FI_ORDER_SAS;
641641
hints->rx_attr->msg_order = FI_ORDER_SAS;
642-
hints->rx_attr->op_flags = FI_COMPLETION;
643-
hints->tx_attr->op_flags = FI_COMPLETION;
642+
hints->rx_attr->op_flags = FI_COMPLETION;
643+
hints->tx_attr->op_flags = FI_COMPLETION;
644644

645645
if (enable_mpi_threads) {
646646
ompi_mtl_ofi.mpi_thread_multiple = true;

0 commit comments

Comments
 (0)