The plm env var should set to the name of a current plm module, which is rsh.
This commit was SVN r18844.
Этот коммит содержится в:
родитель
8e3658b320
Коммит
924bface15
@ -12,6 +12,7 @@
|
|||||||
* Copyright (c) 2006-2007 Cisco Systems, Inc. All rights reserved.
|
* Copyright (c) 2006-2007 Cisco Systems, Inc. All rights reserved.
|
||||||
* Copyright (c) 2007 Los Alamos National Security, LLC. All rights
|
* Copyright (c) 2007 Los Alamos National Security, LLC. All rights
|
||||||
* reserved.
|
* reserved.
|
||||||
|
* Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
|
||||||
* $COPYRIGHT$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* 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 */
|
/* ensure that only the ssh plm is selected on the remote daemon */
|
||||||
var = mca_base_param_environ_variable("plm", NULL, NULL);
|
var = mca_base_param_environ_variable("plm", NULL, NULL);
|
||||||
opal_setenv(var, "ssh", true, &env);
|
opal_setenv(var, "rsh", true, &env);
|
||||||
free(var);
|
free(var);
|
||||||
|
|
||||||
/* We don't need to sense an oversubscribed condition and set the sched_yield
|
/* We don't need to sense an oversubscribed condition and set the sched_yield
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user