1
1
openmpi/orte/mca/ras/base
Ralph Castain 22c88f5ab5 Fix launch_id matching of -hosts
Need to check the entire value instead of just the last N digits. Otherwise, "-host 15" will match nid0015, nid0115, and any other launch id ending in 15

It appears strtol can return either a NULL or a zero-length string, so check for both cases

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
2017-02-20 07:03:53 -08:00
..
base.h Enable simulation of large-scale clusters by allowing multiple daemons/node. Specifying the ras_base_multiplier parameter to be greater than 1 will cause ORTE to replicate each allocated node by that factor. A daemon will be spawned for each replica, thus letting ORTE function as if it were on a much larger cluster. 2016-05-29 18:56:18 -07:00
help-ras-base.txt 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
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00
ras_base_allocate.c Fix launch_id matching of -hosts 2017-02-20 07:03:53 -08:00
ras_base_close.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ras_base_frame.c Enable simulation of large-scale clusters by allowing multiple daemons/node. Specifying the ras_base_multiplier parameter to be greater than 1 will cause ORTE to replicate each allocated node by that factor. A daemon will be spawned for each replica, thus letting ORTE function as if it were on a much larger cluster. 2016-05-29 18:56:18 -07:00
ras_base_node.c Enable simulation of large-scale clusters by allowing multiple daemons/node. Specifying the ras_base_multiplier parameter to be greater than 1 will cause ORTE to replicate each allocated node by that factor. A daemon will be spawned for each replica, thus letting ORTE function as if it were on a much larger cluster. 2016-05-29 18:56:18 -07:00
ras_base_select.c mca/base: add priority output to mca_base_select 2015-10-19 12:32:41 -06:00
ras_private.h ras: remove orte_ras_proc_t and associated code 2015-09-30 08:52:52 +09:00