From 924bface150d15998b9393d35d328f0ee287aacf Mon Sep 17 00:00:00 2001 From: Pak Lui Date: Tue, 8 Jul 2008 23:15:52 +0000 Subject: [PATCH] The plm env var should set to the name of a current plm module, which is rsh. This commit was SVN r18844. --- orte/mca/plm/rsh/plm_rsh_module.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/orte/mca/plm/rsh/plm_rsh_module.c b/orte/mca/plm/rsh/plm_rsh_module.c index 1d0222cc08..e9eece0722 100644 --- a/orte/mca/plm/rsh/plm_rsh_module.c +++ b/orte/mca/plm/rsh/plm_rsh_module.c @@ -12,6 +12,7 @@ * Copyright (c) 2006-2007 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2007 Los Alamos National Security, LLC. All rights * reserved. + * Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -549,7 +550,7 @@ static void ssh_child(int argc, char **argv, /* ensure that only the ssh plm is selected on the remote daemon */ var = mca_base_param_environ_variable("plm", NULL, NULL); - opal_setenv(var, "ssh", true, &env); + opal_setenv(var, "rsh", true, &env); free(var); /* We don't need to sense an oversubscribed condition and set the sched_yield