Skip to content

Commit a865d40

Browse files
author
Ralph Castain
authored
Merge pull request #2866 from rhc54/topic/qrsh
Minor change to allow qrsh to tree spawn, if supported
2 parents 410befd + c803af5 commit a865d40

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

orte/mca/plm/rsh/plm_rsh_component.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* reserved.
1818
* Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
1919
* Copyright (c) 2011 IBM Corporation. All rights reserved.
20-
* Copyright (c) 2015 Intel, Inc. All rights reserved.
20+
* Copyright (c) 2015-2017 Intel, Inc. All rights reserved.
2121
* $COPYRIGHT$
2222
*
2323
* Additional copyrights may follow
@@ -288,8 +288,6 @@ static int rsh_component_query(mca_base_module_t **module, int *priority)
288288
}
289289
mca_plm_rsh_component.agent = tmp;
290290
mca_plm_rsh_component.using_qrsh = true;
291-
/* no tree spawn allowed under qrsh */
292-
mca_plm_rsh_component.no_tree_spawn = true;
293291
goto success;
294292
} else if (!mca_plm_rsh_component.disable_llspawn &&
295293
NULL != getenv("LOADL_STEP_ID")) {
@@ -448,4 +446,3 @@ static int rsh_launch_agent_lookup(const char *agent_list, char *path)
448446
}
449447
return ORTE_SUCCESS;
450448
}
451-

0 commit comments

Comments
 (0)