Skip to content

Commit 8e2c32e

Browse files
committed
mtl/ofi: Fix minor formatting issue
Signed-off-by: William Zhang <[email protected]>
1 parent 4ab9712 commit 8e2c32e

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
@@ -642,8 +642,8 @@ ompi_mtl_ofi_component_init(bool enable_progress_threads,
642642
hints->caps |= FI_TAGGED | FI_LOCAL_COMM | FI_REMOTE_COMM | FI_DIRECTED_RECV;
643643
hints->tx_attr->msg_order = FI_ORDER_SAS;
644644
hints->rx_attr->msg_order = FI_ORDER_SAS;
645-
hints->rx_attr->op_flags = FI_COMPLETION;
646-
hints->tx_attr->op_flags = FI_COMPLETION;
645+
hints->rx_attr->op_flags = FI_COMPLETION;
646+
hints->tx_attr->op_flags = FI_COMPLETION;
647647

648648
if (enable_mpi_threads) {
649649
ompi_mtl_ofi.mpi_thread_multiple = true;

0 commit comments

Comments
 (0)