1
1
openmpi/ompi
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
..
attribute * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
class Remove include/opal/sys/cache.h -- its only purpose in life was to 2010-07-06 14:33:36 +00:00
communicator * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
config Remove the peruse test from any possibility of being run during "make 2010-07-28 16:04:18 +00:00
contrib Do only write active process/thread ids to the OTF master control file (*.otf). 2010-08-04 07:12:39 +00:00
datatype Refs trac:2273 2010-03-16 00:47:10 +00:00
debuggers Move the predefined gap test to ompi/debuggers (we already have the 2010-07-28 16:22:10 +00:00
errhandler Fix bug introduced by r23463. We now handle positive 2010-07-28 19:19:27 +00:00
etc Many thanks to Ralf W. for finding a subtle bug in these Makefile.am's 2008-06-04 01:28:03 +00:00
file Clean up request handling in the I/O framework to be more consistent with 2009-11-26 05:13:43 +00:00
group Fix bugs where (OMPI_ERROR == *) checks cannot be converted to (OMPI_SUCCESS != *) since the return codes are overloaded to return an "index" on success. 2010-05-18 20:54:11 +00:00
include This commit, along with r23467, r23468, r23470, r23471 should fix #2241. 2010-07-22 02:23:47 +00:00
info Some relatively minor C/R related cleanup 2010-07-30 18:59:34 +00:00
mca Created two new macros that are used when filling in either the 2010-08-04 19:36:40 +00:00
mpi Created two new macros that are used when filling in either the 2010-08-04 19:36:40 +00:00
mpiext Add an "affinity" Open MPI extension (also describe the 2010-04-21 17:28:08 +00:00
op Fix bugs where (OMPI_ERROR == *) checks cannot be converted to (OMPI_SUCCESS != *) since the return codes are overloaded to return an "index" on success. 2010-05-18 20:54:11 +00:00
peruse - Sanity check initialization and finalization of PERUSE. 2010-01-12 16:36:24 +00:00
proc * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
request Created two new macros that are used when filling in either the 2010-08-04 19:36:40 +00:00
runtime This is no longer necessary; the orte DPM does the necessary 2010-07-19 19:34:10 +00:00
tools Correct the CMake temporary path. 2010-07-14 13:33:35 +00:00
win - Replace combinations of 2009-08-20 11:42:18 +00:00
CMakeLists.txt Update CMake modules, adding initial support for openib. 2010-07-12 15:28:37 +00:00
Makefile.am This commit converts us to the "one big libmpi" scheme that has been 2010-02-23 22:20:01 +00:00