1
1
Yael Dayan b3b8a2a23a function mca_btl_openib_endpoint_post_send can return 3 statuses:
- OMPI_SUCCESS
- OMPI_ERROR
- OMPI_ERR_RESOURCE_BUSY

If an "OMPI_ERR_OUT_OF_RESOURCE" occurs, the request is added to the pending list, and will be handled later. An error message 
should not be printed to the user in this case. This is not an error, but rather a notification of a possible valid condition.
Only in the case of "OMPI_ERROR" should it be printed to the user.

This commit was SVN r27065.
2012-08-16 07:04:40 +00:00
..
2012-06-27 01:28:28 +00:00
2012-07-08 00:06:13 +00:00
2012-07-02 15:20:12 +00:00
2012-06-27 01:28:28 +00:00
2012-07-26 15:35:01 +00:00