1
1
openmpi/ompi/request
Dave Goodell d1b5940e97 don't call OMPI_REQUEST_INIT in req constructor
Calling OMPI_REQUEST_INIT puts the request into an _INACTIVE state
instead of an _INVALID state, which we don't want if it's been
simply been constructed, e.g., in a free_list.  Without this change a
future change to call destructors at free list destruction time will
result in request dtor state assertion failures.

Reviewed-by: bosilca

cmr=v1.7.4:reviewer=bosilca

This commit was SVN r29095.
2013-08-29 22:56:22 +00:00
..
grequest.c == Highlights == 2012-04-18 15:57:29 +00:00
grequest.h - Replace combinations of 2009-08-20 11:42:18 +00:00
Makefile.am Revert the prior change out from the individual .h files - the problem was in the Makefile.am's, causing the make dist to fail. 2009-06-11 03:15:47 +00:00
req_test.c Correctly handle the invalid status for null and inactive 2013-05-01 12:55:24 +00:00
req_wait.c Correctly handle the invalid status for null and inactive 2013-05-01 12:55:24 +00:00
request_dbg.h Ibarrier works! :) 2012-06-27 15:58:17 +00:00
request_default.h This patch introduces customisable wait/test for requests as discussed at the face-to-face ompi meeting in Paris. 2007-12-06 09:23:44 +00:00
request.c don't call OMPI_REQUEST_INIT in req constructor 2013-08-29 22:56:22 +00:00
request.h Ensure that MPI_Status objects have proper alignment: 2012-10-04 14:39:51 +00:00