Skip to content

Commit ac79916

Browse files
committed
Include handle and callback info function objects in library.
Signed-off-by: Chris Chambreau <[email protected]>
1 parent 208d6ce commit ac79916

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ompi/mpi/tool/profile/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ nodist_libmpi_pmpit_la_SOURCES = \
8989
pevent_handle_free.c \
9090
pevent_read.c \
9191
pevent_copy.c \
92+
pevent_callback_get_info.c \
93+
pevent_callback_set_info.c \
94+
pevent_handle_get_info.c \
95+
pevent_handle_set_info.c \
9296
pevent_set_dropped_handler.c \
9397
psource_get_num.c \
9498
psource_get_info.c \

ompi/mpi/tool/profile/defines.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
#define MPI_T_event_register_callback PMPI_T_event_register_callback
6767
#define MPI_T_event_handle_alloc PMPI_T_event_handle_alloc
6868
#define MPI_T_event_handle_free PMPI_T_event_handle_free
69+
#define MPI_T_event_handle_get_info PMPI_T_event_handle_get_info
70+
#define MPI_T_event_handle_set_info PMPI_T_event_handle_set_info
71+
#define MPI_T_event_callback_get_info PMPI_T_event_callback_get_info
72+
#define MPI_T_event_callback_set_info PMPI_T_event_callback_set_info
6973
#define MPI_T_event_set_dropped_handler PMPI_T_event_set_dropped_handler
7074
#define MPI_T_event_read PMPI_T_event_read
7175
#define MPI_T_event_copy PMPI_T_event_copy

0 commit comments

Comments
 (0)