1
1

Merge pull request #7581 from rhc54/cmr40/rsh

Daemonize the orteds during tree-spawn
Этот коммит содержится в:
Howard Pritchard 2020-04-03 12:48:44 -06:00 коммит произвёл GitHub
родитель 6ebe587cd5 16c8931ec9
Коммит 2b9af53af7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -14,7 +14,7 @@
* reserved.
* Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved.
* Copyright (c) 2011-2019 IBM Corporation. All rights reserved.
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
* Copyright (c) 2014-2020 Intel, Inc. All rights reserved.
* Copyright (c) 2015-2018 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
@ -614,6 +614,7 @@ static int setup_launch(int *argcptr, char ***argvptr,
(mca_plm_rsh_component.using_qrsh && mca_plm_rsh_component.daemonize_qrsh)) &&
((!mca_plm_rsh_component.using_llspawn) ||
(mca_plm_rsh_component.using_llspawn && mca_plm_rsh_component.daemonize_llspawn))) {
opal_argv_append(&argc, &argv, "--daemonize");
}
if (!mca_plm_rsh_component.no_tree_spawn) {