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
:ref:`MPI_T_event_callback_get_info` |mdash| Returns a new info object containing the hints of the callback function registered for the callback safety level specified by cb_safety of the event-registration handle associated with event_registration.
10
+
11
+
SYNTAX
12
+
------
13
+
14
+
15
+
C Syntax
16
+
^^^^^^^^
17
+
18
+
.. code-block:: c
19
+
20
+
#include <mpi.h>
21
+
22
+
int MPI_T_event_callback_get_info(MPI_T_event_registration event_registration,
23
+
MPI_T_cb_safety cb_safety, MPI_Info *info_used)
24
+
25
+
26
+
INPUT PARAMETERS
27
+
----------------
28
+
* ``event_registration``: Event registration
29
+
* ``cb_safety``: maximum callback safety level
30
+
31
+
OUTPUT PARAMETERS
32
+
-----------------
33
+
34
+
* ``info_used``: Info argument
35
+
36
+
DESCRIPTION
37
+
-----------
38
+
39
+
:ref:`MPI_T_event_callback_get_info` returns a new info object containing the
40
+
hints of the callback function registered for the callback safety level specified by ``cb_safety`` of
41
+
the event-registration handle associated with ``event_registration``.
42
+
43
+
44
+
ERRORS
45
+
------
46
+
47
+
:ref:`MPI_T_event_callback_get_info` will fail if:
:ref:`MPI_T_event_callback_set_info` |mdash| Updates the hints of the callback function registered for the callback safety level specified by cb_safety of the event-registration handle associated with event_registration.
10
+
11
+
SYNTAX
12
+
------
13
+
14
+
15
+
C Syntax
16
+
^^^^^^^^
17
+
18
+
.. code-block:: c
19
+
20
+
#include <mpi.h>
21
+
22
+
int MPI_T_event_callback_set_info(MPI_T_event_registration event_registration,
23
+
MPI_T_cb_safety cb_safety, MPI_Info info)
24
+
25
+
26
+
INPUT PARAMETERS
27
+
----------------
28
+
* ``event_registration``: Event registration
29
+
* ``cb_safety``: maximum callback safety level
30
+
* ``info``: Info argument
31
+
32
+
DESCRIPTION
33
+
-----------
34
+
35
+
:ref:`MPI_T_event_callback_set_info` Updates the hints of the callback function registered for the callback safety level specified by ``cb_safety`` of the event-registration handle associated with event_registration.
36
+
37
+
38
+
ERRORS
39
+
------
40
+
41
+
:ref:`MPI_T_event_callback_set_info` will fail if:
0 commit comments