1
1
openmpi/orte/test
Boris Karasev 46e38b9193 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>
2019-01-30 15:06:30 +06:00
..
mpi test: remove obsolete tests from orte/test/mpi 2018-11-07 13:23:40 +09:00
system regx: fixed the order of hosts for ranges with different prefixes 2019-01-30 15:06:30 +06:00