1
1
openmpi/ompi/mca/mtl
Brian Barrett 27cea44a9c Fix a number of issues with the ompi_ptr_t:
* Make sure that the pval always writes to the correct portion of the
    lval.  This only matters on 32 bit big endian machines.
  * On 32 bit machines when assigning to pval, the other 4 bytes of lval
    weren't being written, which could lead to bogus data

We use macros so that there aren't casts all over the code and the pval
assignment can occur to the correct 4 bytes.  Refs trac:587

This commit was SVN r12974.

The following Trac tickets were found above:
  Ticket 587 --> https://svn.open-mpi.org/trac/ompi/ticket/587
2007-01-03 19:47:48 +00:00
..
base Keep the fast path as short as possible. 2006-11-07 23:56:32 +00:00
mx Rename liborte to libopen-rte and libopal to libopen-pal per telecon today 2006-12-05 18:27:24 +00:00
portals Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
psm Rename liborte to libopen-rte and libopal to libopen-pal per telecon today 2006-12-05 18:27:24 +00:00
Makefile.am * AC_CONFIG_LINKS has a minor problem in that it always uses ln -s, rather 2006-07-16 04:23:52 +00:00
mtl.h * AC_CONFIG_LINKS has a minor problem in that it always uses ln -s, rather 2006-07-16 04:23:52 +00:00