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.
2 parents a1900c5 + 2258d28 commit b09a79dCopy full SHA for b09a79d
opal/mca/btl/uct/btl_uct_rdma.c
@@ -3,6 +3,7 @@
3
* Copyright (c) 2014-2018 Los Alamos National Security, LLC. All rights
4
* reserved.
5
* Copyright (c) 2025 Google, LLC. All rights reserved.
6
+ * Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
7
* $COPYRIGHT$
8
*
9
* Additional copyrights may follow
@@ -45,10 +46,10 @@ static void mca_btl_uct_uct_completion_construct(mca_btl_uct_uct_completion_t *c
45
46
{
47
comp->frag = NULL;
48
comp->uct_comp.func = mca_btl_uct_uct_completion;
- comp.uct_comp.count = 1;
49
+ comp->uct_comp.count = 1;
50
51
#if UCT_API >= ((1L<<UCT_MAJOR_BIT)|(10L << UCT_MINOR_BIT))
- comp->uct_comp->status = UCS_OK;
52
+ comp->uct_comp.status = UCS_OK;
53
#endif
54
}
55
0 commit comments