1
1
openmpi/ompi/mca/coll/basic
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
..
coll_basic_allgather.c Small cleanups, some explicit casts. 2006-11-08 16:54:03 +00:00
coll_basic_allgatherv.c Remove the call to set_args. This is only required for the MPI level, 2006-11-08 16:52:48 +00:00
coll_basic_allreduce.c Small cleanups, some explicit casts. 2006-11-08 16:54:03 +00:00
coll_basic_alltoall.c Small cleanups, some explicit casts. 2006-11-08 16:54:03 +00:00
coll_basic_alltoallv.c Small cleanups, some explicit casts. 2006-11-08 16:54:03 +00:00
coll_basic_alltoallw.c Small cleanups, some explicit casts. 2006-11-08 16:54:03 +00:00
coll_basic_barrier.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
coll_basic_bcast.c Fix a number of issues with the ompi_ptr_t: 2007-01-03 19:47:48 +00:00
coll_basic_component.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
coll_basic_exscan.c Look like a big commit but in fact it address only one issue. The way we're working with 2006-10-17 20:20:58 +00:00
coll_basic_gather.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
coll_basic_gatherv.c Look like a big commit but in fact it address only one issue. The way we're working with 2006-10-17 20:20:58 +00:00
coll_basic_module.c The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
coll_basic_reduce_scatter.c Small cleanups, some explicit casts. 2006-11-08 16:54:03 +00:00
coll_basic_reduce.c Look like a big commit but in fact it address only one issue. The way we're working with 2006-10-17 20:20:58 +00:00
coll_basic_scan.c Look like a big commit but in fact it address only one issue. The way we're working with 2006-10-17 20:20:58 +00:00
coll_basic_scatter.c Look like a big commit but in fact it address only one issue. The way we're working with 2006-10-17 20:20:58 +00:00
coll_basic_scatterv.c Look like a big commit but in fact it address only one issue. The way we're working with 2006-10-17 20:20:58 +00:00
coll_basic.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
configure.params Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +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