File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
* rights reserved.
15
15
* Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
16
16
* Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
17
- * Copyright (c) 2020 Research Organization for Information Science
17
+ * Copyright (c) 2020-2024 Research Organization for Information Science
18
18
* and Technology (RIST). All rights reserved.
19
19
* $COPYRIGHT$
20
20
*
@@ -163,7 +163,7 @@ int ompi_op_base_op_select(ompi_op_t *op)
163
163
164
164
/* 3-buffer variants */
165
165
if (NULL != avail -> ao_module -> opm_3buff_fns [i ]) {
166
- OBJ_RELEASE (op -> o_func . intrinsic .modules [i ]);
166
+ OBJ_RELEASE (op -> o_3buff_intrinsic .modules [i ]);
167
167
op -> o_3buff_intrinsic .fns [i ] =
168
168
avail -> ao_module -> opm_3buff_fns [i ];
169
169
op -> o_3buff_intrinsic .modules [i ] = avail -> ao_module ;
You can’t perform that action at this time.
0 commit comments