1
1
openmpi/ompi/mca/btl/udapl
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
..
btl_udapl_component.c Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
btl_udapl_endpoint.c Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
btl_udapl_endpoint.h Fixed connection inversion bug by putting in sequence checking for 2006-09-26 13:53:00 +00:00
btl_udapl_frag.c Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
btl_udapl_frag.h Merge with gleb-mpool branch. All RDMA components use same mpool now (rdma). 2006-12-17 12:26:41 +00:00
btl_udapl_proc.c Fix a few issues reported by Terry Dontje: 2006-06-20 17:13:44 +00:00
btl_udapl_proc.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
btl_udapl.c Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
btl_udapl.h Merge with gleb-mpool branch. All RDMA components use same mpool now (rdma). 2006-12-17 12:26:41 +00:00
configure.m4 Checkpoint for switch to mpool work: 2006-01-25 02:21:34 +00:00
configure.params Initial commit of uDAPL BTL component. 2005-12-19 16:37:05 +00:00
Makefile.am Rename liborte to libopen-rte and libopal to libopen-pal per telecon today 2006-12-05 18:27:24 +00:00