Skip to content

Commit 1ea0946

Browse files
committed
Clarify documentation test use and status.
Signed-off-by: Chris Chambreau <chambreau1@llnl.gov>
1 parent 3a3013f commit 1ea0946

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

events/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,18 @@ The behavior of each test can be modified with the following command line argume
3939

4040
## Event Callback and Read Data Example
4141
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.
4253

4354
## Test Suite And MPI Implementations
4455

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

Comments
 (0)