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 1414 * rights reserved.
1515 * Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
1616 * 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
1818 * and Technology (RIST). All rights reserved.
1919 * $COPYRIGHT$
2020 *
@@ -163,7 +163,7 @@ int ompi_op_base_op_select(ompi_op_t *op)
163163
164164 /* 3-buffer variants */
165165 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 ]);
167167 op -> o_3buff_intrinsic .fns [i ] =
168168 avail -> ao_module -> opm_3buff_fns [i ];
169169 op -> o_3buff_intrinsic .modules [i ] = avail -> ao_module ;
You can’t perform that action at this time.
0 commit comments