The PMI ess component now gets used for more than direct launch, so only set standalone_operation flag if no daemon uri is available so we aggregate show_help messages
This commit was SVN r32574.
Этот коммит содержится в:
родитель
b0dfb9f401
Коммит
c6f78d6e54
@ -257,7 +257,9 @@ static int rte_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* this needs to be set to enable debugger use when direct launched */
|
/* this needs to be set to enable debugger use when direct launched */
|
||||||
orte_standalone_operation = true;
|
if (NULL == orte_process_info.my_daemon_uri) {
|
||||||
|
orte_standalone_operation = true;
|
||||||
|
}
|
||||||
|
|
||||||
/* set max procs */
|
/* set max procs */
|
||||||
if (orte_process_info.max_procs < orte_process_info.num_procs) {
|
if (orte_process_info.max_procs < orte_process_info.num_procs) {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user