Correct a few variable names.
This commit was SVN r22401.
Этот коммит содержится в:
родитель
adb2430e24
Коммит
0259fa0b9c
@ -360,7 +360,7 @@ static int get_credential(char *node_name)
|
|||||||
/* something more to be done here. */
|
/* something more to be done here. */
|
||||||
OPAL_OUTPUT_VERBOSE((1, orte_plm_globals.output,
|
OPAL_OUTPUT_VERBOSE((1, orte_plm_globals.output,
|
||||||
"%s plm:process: credential saved for %s on %s",
|
"%s plm:process: credential saved for %s on %s",
|
||||||
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), user, remote_node));
|
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), user_name, node_name));
|
||||||
printf("%c\n", ch);
|
printf("%c\n", ch);
|
||||||
opal_output(0, "This feature hasn't been implemented yet.");
|
opal_output(0, "This feature hasn't been implemented yet.");
|
||||||
break;
|
break;
|
||||||
@ -1307,7 +1307,7 @@ int orte_plm_process_launch(orte_job_t *jdata)
|
|||||||
nodes[nnode]->daemon->state = ORTE_PROC_STATE_LAUNCHED;
|
nodes[nnode]->daemon->state = ORTE_PROC_STATE_LAUNCHED;
|
||||||
OPAL_OUTPUT_VERBOSE((1, orte_plm_globals.output,
|
OPAL_OUTPUT_VERBOSE((1, orte_plm_globals.output,
|
||||||
"%s plm:process: daemon launched (pid %d on %s)\n",
|
"%s plm:process: daemon launched (pid %d on %s)\n",
|
||||||
RTE_NAME_PRINT(ORTE_PROC_MY_NAME),
|
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
|
||||||
pid, nodes[nnode]->name));
|
pid, nodes[nnode]->name));
|
||||||
|
|
||||||
OPAL_THREAD_LOCK(&mca_plm_process_component.lock);
|
OPAL_THREAD_LOCK(&mca_plm_process_component.lock);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user