1
1
openmpi/ompi
Jeff Squyres b6075ea775 usnic: explicitly handle case when both endpoints are NULL
If we don't explicitly declare that (a == NULL && b == NULL) is
equivalent to qsort, we could end up with wonky sorting order.  I.e.,
it's *possible* that some NULLs could end up in the middle of the
array.

Regardless of whether it will ever happen in practice, it makes the
code more clear to also handle the "both are NULL" case.

Also fix the 2-spacing indents.

Reviewed by Dave Goodell.

cmr=v1.8.2:reviewer=ompi-rm1.8

This commit was SVN r32259.
2014-07-21 16:22:48 +00:00
..
attribute Return non-SUCCESS error codes from attribute copy functions. 2014-03-19 15:45:38 +00:00
class call element destructors in ompi_free_list_destruct 2013-08-29 22:56:31 +00:00
communicator remove all message output from ompi/communicator/comm_helpers.c 2014-05-26 01:54:24 +00:00
contrib vt: remove automatically generated files from the tarball 2014-07-15 07:51:19 +00:00
datatype Fixes *alltoall* collectives at top level 2014-05-19 07:46:07 +00:00
debuggers Update the UTK copyright on the topology related files. 2014-05-16 22:23:52 +00:00
errhandler ompi_mpi_abort had one extra argument that was never used. Clean it up. 2014-07-03 00:34:44 +00:00
etc Use MKDIR_P instead of mkdir_p in Makefiles, as MKDIR_P is the only one 2012-06-21 16:52:37 +00:00
file == Highlights == 2012-04-18 15:57:29 +00:00
group Update the UTK copyright on the topology related files. 2014-05-16 22:23:52 +00:00
include mpi: remove automatically generated file from the tarball 2014-07-15 07:52:13 +00:00
info Fix an MPI-3 compliance buglet - MPI_Info_set should now use "const" qualifiers on the key and value parameters 2014-03-11 23:50:09 +00:00
mca usnic: explicitly handle case when both endpoints are NULL 2014-07-21 16:22:48 +00:00
message Remove a bunch of unused variables. 2013-03-26 14:34:29 +00:00
mpi fortran: fix compile issue with ABSoft compilers 2014-07-17 07:38:13 +00:00
mpiext The bulk of the remaining renaming changes, in one final glorious "blob". Thanks to Jeff for some help chasing down a few spots. Per chat with Jeff, we decided to cleanup a few things that were historical in nature: 2014-05-07 21:48:53 +00:00
op Deprecated comment. 2014-04-21 23:30:05 +00:00
patterns Add netpatterns_cleanup_narray_knomial_tree function to cleanup after 2014-05-15 17:36:26 +00:00
peruse - Sanity check initialization and finalization of PERUSE. 2010-01-12 16:36:24 +00:00
proc Fetch info from both opal_dstore_nonpeer and opal_dstore_peer 2014-06-02 02:34:30 +00:00
request Revert r32082 and r32070 - the developer's conference has decided to go a different direction on the threaded progress effort. This will involve some degree of prototyping to understand the tradeoffs prior to making a final design decision, and so we'll hold off on the final change until that is completed. 2014-06-25 20:43:28 +00:00
runtime Revert r32222, r32210, and r32203 as they created a problem when daemon collectives did not involve app procs on every node. Instead, modify the ompi/mca/rte/orte/rte_orte.h to add a new function that allows apps to request new daemon collective ids for use in barrier and modex operations. This will only appear in ORTE-based installations, but it is only being used by a couple of researchers at the moment. 2014-07-15 03:48:00 +00:00
tools opal envlist mca: implement Jeff`s quibbles 2014-07-11 07:23:20 +00:00
win Merge one-sided updates to the trunk - written by Brian Barrett and Nathan Hjelmn 2014-02-25 17:36:43 +00:00
Makefile.am The bulk of the remaining renaming changes, in one final glorious "blob". Thanks to Jeff for some help chasing down a few spots. Per chat with Jeff, we decided to cleanup a few things that were historical in nature: 2014-05-07 21:48:53 +00:00