1
1
openmpi/orte/mca/regx/reverse
Boris Karasev 87c90866cb regx: fixed the order of hosts for ranges with different prefixes
Example:
For the list of hosts `a01,b00,a00` a regex is generated:
`a[2:1.0],b[2:0]`, where `a`-hosts prefixes moved to the begining,
it breaks the hosts ordering.
This commit fixes regex for that case to `a[2:1],b[2:0],a[2:0]`

Signed-off-by: Boris Karasev <karasev.b@gmail.com>
(cherry picked from commit 46e38b9193)
2019-02-11 12:06:49 +02:00
..
Makefile.am Whitespace cleanup 2018-01-12 10:32:49 -08:00
owner.txt Convert nidmap to regx framework 2018-01-10 20:28:21 -08:00
regx_reverse_component.c Whitespace cleanup 2018-01-12 10:32:49 -08:00
regx_reverse.c regx: fixed the order of hosts for ranges with different prefixes 2019-02-11 12:06:49 +02:00
regx_reverse.h Whitespace cleanup 2018-01-12 10:32:49 -08:00