Skip to content

Commit cc2fc0d

Browse files
committed
Docs: don't mention MPI_UNDEFINED
This was a temporary idea that has been removed again. Signed-off-by: Joseph Schuchart <[email protected]>
1 parent f518977 commit cc2fc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpiext/continue/c/mpiext_continue_c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ typedef int (MPIX_Continue_cb_function)(int rc, void *cb_data);
5959
* Initialize a continuation request.
6060
* \param flags 0 or \ref MPIX_CONT_POLL_ONLY
6161
* \param max_poll the maximum number of continuations to execute when testing
62-
* the continuation request for completion or MPI_UNDEFINED for
62+
* the continuation request for completion or zero for
6363
* unlimited execution of eligible continuations
6464
* \param info info object used to further control the behavior of the continuation request.
6565
* Currently supported:

0 commit comments

Comments
 (0)