1
1
openmpi/ompi
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
..
attribute Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00
class Cleanup some compiler warnings when doing an optimized/non-debug build. 2012-04-04 20:40:16 +00:00
communicator Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00
config Many updates and bug fixes for the Fortran bindings. Sorry these 2012-08-10 21:19:47 +00:00
contrib Changes to OTF: 2012-07-31 08:45:37 +00:00
datatype Add support for the new MPI_Type_create_hindexed_block (MPI 3.0). 2012-08-07 12:48:30 +00:00
debuggers Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00
errhandler Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00
etc Use MKDIR_P instead of mkdir_p in Makefiles, as MKDIR_P is the only one 2012-06-21 16:52:37 +00:00
file == Highlights == 2012-04-18 15:57:29 +00:00
group == Highlights == 2012-04-18 15:57:29 +00:00
include * Minor touch-ups to ompi/info/info.c to distinguish between keys and 2012-08-14 23:05:41 +00:00
info * Minor touch-ups to ompi/info/info.c to distinguish between keys and 2012-08-14 23:05:41 +00:00
mca function mca_btl_openib_endpoint_post_send can return 3 statuses: 2012-08-16 07:04:40 +00:00
message * Implement matched probe for the CM PML. Required adding a peer field to 2012-03-22 22:55:59 +00:00
mpi Remove extra semicolon. Thanks to John Foster for pointing out the 2012-08-15 18:36:59 +00:00
mpiext Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00
op Warning squash: explicitly ignore the return value from asprintf. 2012-06-27 17:40:24 +00:00
peruse - Sanity check initialization and finalization of PERUSE. 2010-01-12 16:36:24 +00:00
proc Fix another typecast 2012-07-20 12:11:47 +00:00
request Ibarrier works! :) 2012-06-27 15:58:17 +00:00
runtime It is valid to call MPI_Init(NULL, NULL), so be sure to handle the 2012-08-14 16:33:53 +00:00
tools Many updates and bug fixes for the Fortran bindings. Sorry these 2012-08-10 21:19:47 +00:00
win == Highlights == 2012-04-18 15:57:29 +00:00
CMakeLists.txt Another CMake scripts update for: 2012-07-27 11:49:09 +00:00
Makefile.am Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00