From 5715a5b421fb1f5b2ea03bcfb82351bcf73840ce Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 11 Aug 2010 21:04:28 +0000 Subject: [PATCH] Let VM-based mappings include the updated nidmap This commit was SVN r23596. --- orte/mca/odls/base/odls_base_default_fns.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/orte/mca/odls/base/odls_base_default_fns.c b/orte/mca/odls/base/odls_base_default_fns.c index 627db7a117..f9ad7fefb2 100644 --- a/orte/mca/odls/base/odls_base_default_fns.c +++ b/orte/mca/odls/base/odls_base_default_fns.c @@ -118,11 +118,6 @@ int orte_odls_base_default_get_add_procs_data(opal_buffer_t *data, return ORTE_SUCCESS; } - /* if the mapping policy is to use a vm, skip to the add_procs part */ - if (ORTE_MAPPING_USE_VM & map->policy) { - goto pack_add_procs; - } - /* are we passing a regexp? */ if (orte_use_regexp && jdata->num_apps < 2 && NULL == orte_debugger_daemon) { char *regexp; @@ -199,7 +194,7 @@ int orte_odls_base_default_get_add_procs_data(opal_buffer_t *data, return ORTE_SUCCESS; } -nodemap: + nodemap: /* if we are not passing a regexp, then pass the nodemap */ flag = 0; opal_dss.pack(data, &flag, 1, OPAL_INT8); @@ -265,7 +260,6 @@ nodemap: opal_dss.pack(data, &flag, 1, OPAL_INT8); } -pack_add_procs: /* insert an "add-procs" command here so we can cleanly process it on the * other end */