1
1
openmpi/orte/mca/regx
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
..
base regx: move most functions from the fwd component to base 2018-01-12 11:45:48 +09:00
fwd regx: fixed the order of hosts for ranges with different prefixes 2019-02-11 12:06:49 +02:00
reverse regx: fixed the order of hosts for ranges with different prefixes 2019-02-11 12:06:49 +02:00
Makefile.am Convert nidmap to regx framework 2018-01-10 20:28:21 -08:00
regx.h regx: add the extract_node_names callback 2018-01-12 10:58:41 +09:00