1
1

Merge pull request #2866 from rhc54/topic/qrsh

Minor change to allow qrsh to tree spawn, if supported
Этот коммит содержится в:
Ralph Castain 2017-01-27 17:27:15 -08:00 коммит произвёл GitHub
родитель 410befd255 c803af5d3d
Коммит a865d4060c

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

@ -17,7 +17,7 @@
* reserved.
* Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2011 IBM Corporation. All rights reserved.
* Copyright (c) 2015 Intel, Inc. All rights reserved.
* Copyright (c) 2015-2017 Intel, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -288,8 +288,6 @@ static int rsh_component_query(mca_base_module_t **module, int *priority)
}
mca_plm_rsh_component.agent = tmp;
mca_plm_rsh_component.using_qrsh = true;
/* no tree spawn allowed under qrsh */
mca_plm_rsh_component.no_tree_spawn = true;
goto success;
} else if (!mca_plm_rsh_component.disable_llspawn &&
NULL != getenv("LOADL_STEP_ID")) {
@ -448,4 +446,3 @@ static int rsh_launch_agent_lookup(const char *agent_list, char *path)
}
return ORTE_SUCCESS;
}