Skip to content

Commit 5b6d04e

Browse files
committed
EVENT_INSTANCE: arg type cast fix
and add in a file that wasn't in the makefile! Signed-off-by: Howard Pritchard <[email protected]>
1 parent 183f0ac commit 5b6d04e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ompi/mpi/bindings/ompi_bindings/c_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2560,4 +2560,4 @@ def type_text(self, enable_count=False):
25602560

25612561
@property
25622562
def argument(self):
2563-
return f'{self.name}'
2563+
return f'(MPI_T_event_instance){self.name}'

ompi/mpi/tool/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ prototype_sources = \
7272
event_handle_set_info.c.in \
7373
event_get_info.c.in \
7474
event_get_source.c.in \
75+
event_get_timestamp.c.in \
7576
event_handle_alloc.c.in \
7677
event_handle_free.c.in \
7778
event_read.c.in \

0 commit comments

Comments
 (0)