1
1
openmpi/orte/test
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
..
mpi Continue resolving add_host behavior 2018-01-15 08:21:01 -08:00
system regx: fixed the order of hosts for ranges with different prefixes 2019-02-11 12:06:49 +02:00