You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: events/README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,18 @@ The behavior of each test can be modified with the following command line argume
39
39
40
40
## Event Callback and Read Data Example
41
41
The events_example.c file has been provided as an example of registering an event callback and reading event data.
42
+
It can be used with the Open MPI '--mca pml ob1' mpiexec flags to generate MPI_T Event callback behavior and
43
+
confirm callback functionality.
44
+
45
+
## Known Open MPI MPI_T Event test failures
46
+
47
+
- MPI_T_event_handle_free : user_data is not accessible in callback function
48
+
- MPI_T_event_handle_set_info, MPI_T_event_callback_set_info : keys are not added to Info objects
49
+
50
+
## Possible Additional Tests
51
+
52
+
- MPI_T_event_set_dropped_handler : Functionality is not currently implemented for dropped events in Open MPI, but a test to co nfirm that the dropped handler is called could be useful.
42
53
43
54
## Test Suite And MPI Implementations
44
55
45
-
Tested with [Open MPI PR #8057](https://github.com/open-mpi/ompi/pull/8057) with pml ob1 module events.
56
+
Tested with [Open MPI PR #8057](https://github.com/open-mpi/ompi/pull/8057) with pml ob1 module events.
0 commit comments