1
1
openmpi/orte
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
..
bindings Expose opal_set_using_threads and improve error message on missing ompi_info. 2017-01-19 07:57:58 -05:00
etc Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
include Complete job control integration 2018-08-20 16:08:54 -07:00
mca regx: fixed the order of hosts for ranges with different prefixes 2019-02-11 12:06:49 +02:00
orted Update mapping system 2019-01-29 10:04:30 -07:00
runtime Fix the multiple pe/proc option 2018-07-25 19:55:28 -07:00
test regx: fixed the order of hosts for ranges with different prefixes 2019-02-11 12:06:49 +02:00
tools Remove stale defunct tools 2018-10-30 08:51:25 -07:00
util util/hostfile: fix a double free error 2018-10-09 13:06:55 +09:00
common_sym_whitelist.txt common syms: whitelist bison-generated common symbols 2016-01-16 03:53:14 -08:00
Doxyfile Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00