1
1
This commit was SVN r20433.
Этот коммит содержится в:
George Bosilca 2009-02-05 00:14:28 +00:00
родитель 7a3b011f45
Коммит 4804ee60a7

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

@ -66,7 +66,7 @@ int orte_plm_proxy_spawn(orte_job_t *jdata)
}
/* identify who gets this command - the HNP or the local orted */
if (jdata->controls & ORTE_JOB_CONTROL_LOCAL_SPAWN) {
if (jdata->controls & ORTE_JOB_CONTROL_LOCAL_SLAVE) {
/* for now, this is unsupported */
opal_output(0, "LOCAL DAEMON SPAWN IS CURRENTLY UNSUPPORTED");
target = ORTE_PROC_MY_HNP;