1
1
openmpi/ompi/request
Rolf vandeVaart 0324fdb407 Created two new macros that are used when filling in either the
status structure or the _ucount field in the status structure.
On 64-bit sparc, the macros resolve into integer array assignments.
For all others, they are just simple assignments.  This fixes 
possible BUS errors seen when running on the SPARC processor.
This bug was introduced when the _count field changed from an int
into a size_t.  See the changes to request.h for additional details.

This commit fixes trac:2514.

This commit was SVN r23554.

The following Trac tickets were found above:
  Ticket 2514 --> https://svn.open-mpi.org/trac/ompi/ticket/2514
2010-08-04 19:36:40 +00:00
..
grequest.c Per the discussion yesterday, remove all use of MPI_Flogical -- it's 2009-06-02 12:04:17 +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 Created two new macros that are used when filling in either the 2010-08-04 19:36:40 +00:00
req_wait.c Created two new macros that are used when filling in either the 2010-08-04 19:36:40 +00:00
request_dbg.h This commit fixes trac:1931. By separating out structures and defines used by 2009-06-10 14:57:28 +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 First step toward fixing the MPI_Get_count issues from the ticket #2241. Next 2010-07-21 20:07:00 +00:00
request.h Created two new macros that are used when filling in either the 2010-08-04 19:36:40 +00:00