1
1
openmpi/orte/mca/routed/radix
Ralph Castain 634f83fc52 Fix the routed components. All had errors, some completely broken. You cannot test
0 == ORTE_EPOCH_CMP(target->epoch,ORTE_EPOCH_INVALID)

when epoch is not configured as this will always return true. This caused get_route to return an error in all non-binomial routed modules, and caused all components to return an error when delete_route was called.

So protect the checks with ORTE_ENABLE_EPOCH so we get the correct behavior.

This commit was SVN r25274.
2011-10-12 20:18:57 +00:00
..
Makefile.am WARNING: Work on the temp branch being merged here encountered problems with bugs in subversion. Considerable effort has gone into validating the branch. However, not all conditions can be checked, so users are cautioned that it may be advisable to not update from the trunk for a few days to allow MTT to identify platform-specific issues. 2010-09-17 23:04:06 +00:00
routed_radix_component.c Fix the radix routed component. 2011-09-22 09:32:53 +00:00
routed_radix.c Fix the routed components. All had errors, some completely broken. You cannot test 2011-10-12 20:18:57 +00:00
routed_radix.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00