From 8dc08e304fb7fcd1df43b46276f49dba474c4c69 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 19 Nov 2009 19:41:41 +0000 Subject: [PATCH] No longer require name passed separately This commit was SVN r22221. --- orte/mca/ess/cm/ess_cm_module.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/orte/mca/ess/cm/ess_cm_module.c b/orte/mca/ess/cm/ess_cm_module.c index b345b05bdf..201a88a283 100644 --- a/orte/mca/ess/cm/ess_cm_module.c +++ b/orte/mca/ess/cm/ess_cm_module.c @@ -447,8 +447,6 @@ static int cm_set_name(void) } else if (ORTE_PROC_IS_TOOL) { cmd = ORTE_TOOL_CHECKIN_CMD; opal_dss.pack(&buf, &cmd, 1, ORTE_DAEMON_CMD_T); - /* provide our name */ - opal_dss.pack(&buf, ORTE_PROC_MY_NAME, 1, ORTE_NAME); } /* always include our node name */