1
1
openmpi/ompi/mca
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
..
allocator Fix broken basic allocator. Not sure how this ever worked. 2011-06-03 14:43:54 +00:00
bml Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00
btl function mca_btl_openib_endpoint_post_send can return 3 statuses: 2012-08-16 07:04:40 +00:00
coll fix several typecasts 2012-08-07 10:41:53 +00:00
common Getting out of bed this morning was a bad idea... Reverting the sm update once more because it breaks direct launch. Will address this issue and commit the update once it has all been tested. Sorry everyone! 2012-08-10 22:20:38 +00:00
crcp Replace the pattern while(flag) { opal_progress() }; in the C/R code 2012-07-13 23:31:56 +00:00
dpm 1. Adding 2 new components: 2012-07-02 15:20:12 +00:00
fbtl cleaning up the usage of CFLAGS vs. CPPFLAGS. Thanks Jeff for helping with 2012-06-25 20:32:58 +00:00
fcoll Moving support functions of two-phase to the two_phase component. 2012-07-31 04:37:04 +00:00
fs minor code cleanup and make the MPI_MODE_DELETE_ON_CLOSE work 2012-06-27 20:54:58 +00:00
io Many updates and bug fixes for the Fortran bindings. Sorry these 2012-08-10 21:19:47 +00:00
mpool Getting out of bed this morning was a bad idea... Reverting the sm update once more because it breaks direct launch. Will address this issue and commit the update once it has all been tested. Sorry everyone! 2012-08-10 22:20:38 +00:00
mtl Fix the PSM MTL in trunk by gathering node locality information differently. 2012-08-16 00:50:24 +00:00
op Each level (OPAL/ORTE/OMPI) should only return it's own constants, 2011-10-04 14:50:31 +00:00
osc Indentation. 2012-08-07 12:46:47 +00:00
pml silence warning 2012-08-13 17:43:36 +00:00
pubsub Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00
rcache Sorry for mid-day commit, but I had promised on the call to do this upon my return. 2012-04-06 14:23:13 +00:00
sharedfp provide descriptions about the functionality of these frameworks. 2011-12-22 19:42:00 +00:00
topo Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers 2010-09-24 22:53:28 +00:00
vprotocol Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00