1
1

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.
Этот коммит содержится в:
Ralph Castain 2014-08-22 03:00:56 +00:00
родитель b0dfb9f401
Коммит c6f78d6e54

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

@ -257,7 +257,9 @@ static int rte_init(void)
}
/* 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 */
if (orte_process_info.max_procs < orte_process_info.num_procs) {