1 /*
2  * Copyright (C) by Argonne National Laboratory
3  *     See COPYRIGHT in top-level directory
4  */
5 
6 #include "mpidimpl.h"
7 #include "ucx_impl.h"
8 
MPIDI_UCX_mpi_op_free_hook(MPIR_Op * op_p)9 int MPIDI_UCX_mpi_op_free_hook(MPIR_Op * op_p)
10 {
11     return 0;
12 }
13 
MPIDI_UCX_mpi_op_commit_hook(MPIR_Op * op_p)14 int MPIDI_UCX_mpi_op_commit_hook(MPIR_Op * op_p)
15 {
16     return 0;
17 }
18