1
1
openmpi/ompi/mca/coll/tuned
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
..
coll_tuned_allreduce.c A few small changes that just expanded in the name of neatness... 2006-04-19 23:42:06 +00:00
coll_tuned_alltoall.c A few small changes that just expanded in the name of neatness... 2006-04-19 23:42:06 +00:00
coll_tuned_barrier.c A few small changes that just expanded in the name of neatness... 2006-04-19 23:42:06 +00:00
coll_tuned_bcast.c Fix some compiler warnings introduced in r11619. I checked with 2006-09-13 16:42:31 +00:00
coll_tuned_component.c A few small changes that just expanded in the name of neatness... 2006-04-19 23:42:06 +00:00
coll_tuned_decision_dynamic.c A few small changes that just expanded in the name of neatness... 2006-04-19 23:42:06 +00:00
coll_tuned_decision_fixed.c ops. some decisions used extent rather than size for decision making 2006-06-30 21:49:04 +00:00
coll_tuned_dynamic_file.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
coll_tuned_dynamic_file.h Update to have public symbols be consistent; use new prefix rule 2005-12-22 13:49:33 +00:00
coll_tuned_dynamic_rules.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
coll_tuned_dynamic_rules.h Update to have public symbols be consistent; use new prefix rule 2005-12-22 13:49:33 +00:00
coll_tuned_forced.c A few small changes that just expanded in the name of neatness... 2006-04-19 23:42:06 +00:00
coll_tuned_forced.h A few small changes that just expanded in the name of neatness... 2006-04-19 23:42:06 +00:00
coll_tuned_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_tuned_reduce.c The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
coll_tuned_topo.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
coll_tuned_topo.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
coll_tuned_util.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
coll_tuned_util.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
coll_tuned.h More protection around what we really want to get exported. 2006-08-27 04:49:02 +00:00
configure.params Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am A few small changes that just expanded in the name of neatness... 2006-04-19 23:42:06 +00:00