1
1
openmpi/ompi/mca/coll
Jeff Squyres a8e9fa09da Fix some compiler warnings introduced in r11619. I checked with
George: ompi_ddt_type_size() returns a signed int only because of the
MPI spec; it will never return a negative value.  So casting the
return value out of it to a (uint32_t) is safe, and makes the
comparisons be between two unsigned values. 

This commit was SVN r11639.

The following SVN revision numbers were found above:
  r11619 --> open-mpi/ompi@8667648a1b
2006-09-13 16:42:31 +00:00
..
base Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
basic The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
demo Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
hierarch More protection around what we really want to get exported. 2006-08-27 04:49:02 +00:00
libnbc * Fix svn:ignore 2006-09-08 10:35:45 +00:00
self More protection around what we really want to get exported. 2006-08-27 04:49:02 +00:00
sm More protection around what we really want to get exported. 2006-08-27 04:49:02 +00:00
tuned Fix some compiler warnings introduced in r11619. I checked with 2006-09-13 16:42:31 +00:00
coll.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
Makefile.am fixes suggested by Ralf for supporting both Libtool 1 and 2 in Open MPI... 2005-12-19 03:10:23 +00:00