Guest User

Untitled

a guest
May 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. diff --git a/doc/opal-api/opal-check-async-completion-86.rst b/doc/opal-api/opal-check-async-completion-86.rst
  2. new file mode 100644
  3. index 0000000..c735aeb
  4. --- /dev/null
  5. +++ b/doc/opal-api/opal-check-async-completion-86.rst
  6. @@ -0,0 +1,24 @@
  7. +OPAL_CHECK_ASYNC_COMPLETION
  8. +===========================
  9. +
  10. +OPAL_CHECK_ASYNC_COMPLETION checks if an async OPAL pending message was completed. (see :ref:`opal-messages`).
  11. +
  12. +Parameters: ::
  13. +
  14. + buffer to copy message into
  15. + sizeof buffer to copy message into
  16. + token of the message
  17. +
  18. +
  19. +Return values
  20. +-------------
  21. +
  22. +OPAL_PARAMETER
  23. + buffer is NULL or size is < 72 bytes.
  24. + If buffer size < 72 bytes, the message will NOT be discarded by OPAL.
  25. +
  26. +OPAL_SUCCESS
  27. + message successfully copied to buffer.
  28. +
  29. +OPAL_BUSY
  30. + message is still pending and should be re-checked later.
Add Comment
Please, Sign In to add comment