From 32b66c166b2be307f46a138bcc6ce13d79924e74 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 29 May 2012 20:20:10 +0000 Subject: [PATCH] Missed one blasted spot This commit was SVN r26520. --- orte/mca/rmaps/resilient/rmaps_resilient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/rmaps/resilient/rmaps_resilient.c b/orte/mca/rmaps/resilient/rmaps_resilient.c index 72bfd94e54..3d235163e5 100644 --- a/orte/mca/rmaps/resilient/rmaps_resilient.c +++ b/orte/mca/rmaps/resilient/rmaps_resilient.c @@ -828,7 +828,7 @@ static int map_to_ftgrps(orte_job_t *jdata) opal_pointer_array_add(map->nodes, nd); nd->mapped = true; } - proc = orte_rmaps_base_setup_proc(jdata, node, app->idx); + proc = orte_rmaps_base_setup_proc(jdata, nd, app->idx); if ((nd->slots < (int)nd->num_procs) || (0 < nd->slots_max && nd->slots_max < (int)nd->num_procs)) { if (ORTE_MAPPING_NO_OVERSUBSCRIBE & ORTE_GET_MAPPING_DIRECTIVE(jdata->map->mapping)) {