1
1
openmpi/test
Brian Barrett bffcc3bca0 util: move graph solver from usnic to util
Cisco wrote a bipartite graph solver to properly solve
interface pair selection for usNIC.  Using the reachable
framework, the TCP BTL (and possibly the runtime network
code) can use the graph solver to make more optimal pair
selection.  Jeff was happy to have the code more broadly
used, but didn't have time to do the move, hence this
commit.

There are a couple of minor changes to the code compared
to the usNIC version.  Obviously, the functions have
been renamed to match naming convention for their new
home.  Since it's easier to write unit tests for
util/ code, the unit tests have been made first class
tests run at "make check" time.  This last bit required
moving some of the definitions into a new header,
bipartite_graph_internal.h, so that they could be
included in both the library code and the test code.

Signed-off-by: Brian Barrett <bbarrett@amazon.com>
2017-09-15 15:08:47 -07:00
..
asm opal: rename opal_atomic_init to opal_atomic_lock_init 2017-08-07 14:15:11 -06:00
carto Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
class Improve the opal_pointer_array & more (#3369) 2017-04-18 21:41:26 -04:00
datatype Topic/datatype (#3441) 2017-05-09 09:31:40 -04:00
dss Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
event Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
memchecker Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
monitoring Topic/monitoring (#3109) 2017-06-26 18:21:39 +02:00
mpi Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
runtime Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
support Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
threads Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
util util: move graph solver from usnic to util 2017-09-15 15:08:47 -07:00
Makefile.am removing nmcheck_prefix.pl due to false positives 2017-08-24 13:01:39 -04:00