1
1
Jeff Squyres 7bdfe6557b - Update the checks in REDUCE, ALLREDUCE, SCAN, EXSCAN, and
REDUCE_SCATTER to more thoroughly check the datatype/op combination
  to see if it's valid or not.  If it's not, print a meaningful error
  message rather than "Invalid MPI_Op" indicating what specifically
  was wrong (therefore hopefully helping users track down where in the
  code the problem is, and/or telling us that there's a reduction
  operation combo that we don't support that we should)
- The check for whether a datatype is intrinsic needed to be updated
  -- it's not sufficient to check that dtype->id < DT_MAX_PREDEFINED;
  you really need to check the PREDEFINED flag on the datatype.
  Thanks to George for this fix (only intrinsics have a meaningful
  value in dtype->id).

This commit was SVN r7923.
2005-10-28 16:47:32 +00:00
..
2005-07-02 13:43:57 +00:00
2005-07-02 13:43:57 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00
2005-09-18 12:34:29 +00:00