1
1
openmpi/ompi/mca/osc/rdma
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
..
configure.params * add new component (RDMA) for RDMA one-sided communication 2006-07-17 22:08:55 +00:00
Makefile.am * add new component (RDMA) for RDMA one-sided communication 2006-07-17 22:08:55 +00:00
osc_rdma_comm.c Rest of the fix for #325. It uses a bit more space, but now we can reasonably 2006-09-21 20:49:15 +00:00
osc_rdma_component.c Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
osc_rdma_data_move.c Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
osc_rdma_data_move.h * Merge in new version of the pt2pt one-sided communication component, 2006-08-03 00:10:19 +00:00
osc_rdma_header.h * Merge in new version of the pt2pt one-sided communication component, 2006-08-03 00:10:19 +00:00
osc_rdma_longreq.c * add new component (RDMA) for RDMA one-sided communication 2006-07-17 22:08:55 +00:00
osc_rdma_longreq.h * Merge in new version of the pt2pt one-sided communication component, 2006-08-03 00:10:19 +00:00
osc_rdma_obj_convert.c Big datatype commit. Remove all unused features of the datatype engine. As the memory 2006-10-26 23:11:26 +00:00
osc_rdma_obj_convert.h * add new component (RDMA) for RDMA one-sided communication 2006-07-17 22:08:55 +00:00
osc_rdma_replyreq.c * add new component (RDMA) for RDMA one-sided communication 2006-07-17 22:08:55 +00:00
osc_rdma_replyreq.h A long time waiting patch. Get rid of the comm->c_pml_procs. It was (and that was 2006-09-20 22:14:46 +00:00
osc_rdma_sendreq.c * add new component (RDMA) for RDMA one-sided communication 2006-07-17 22:08:55 +00:00
osc_rdma_sendreq.h A long time waiting patch. Get rid of the comm->c_pml_procs. It was (and that was 2006-09-20 22:14:46 +00:00
osc_rdma_sync.c More One-sided fixes: 2006-11-27 21:41:29 +00:00
osc_rdma.c Fix issue where messages could start arriving before the window was 2006-11-27 22:42:21 +00:00
osc_rdma.h More One-sided fixes: 2006-11-27 21:41:29 +00:00