Fix an "oops" where we missed some instances of a name change. Thanks to Greg Koenig for spotting it!
This commit was SVN r23545.
Этот коммит содержится в:
родитель
714883d472
Коммит
94f046e7f3
@ -152,7 +152,7 @@ static int plm_alps_launch_job(orte_job_t *jdata)
|
||||
orte_node_t **nodes;
|
||||
orte_std_cntr_t nnode;
|
||||
orte_jobid_t failed_job;
|
||||
orte_job_state_t job_state = ORTE_JOB_NEVER_LAUNCHED;
|
||||
orte_job_state_t job_state = ORTE_JOB_STATE_NEVER_LAUNCHED;
|
||||
|
||||
/* default to declaring the daemon launch failed */
|
||||
failed_job = ORTE_PROC_MY_NAME->jobid;
|
||||
|
@ -142,7 +142,7 @@ static int plm_lsf_launch_job(orte_job_t *jdata)
|
||||
orte_node_t **nodes;
|
||||
orte_std_cntr_t nnode;
|
||||
orte_jobid_t failed_job;
|
||||
orte_job_state_t job_state = ORTE_JOB_NEVER_LAUNCHED;
|
||||
orte_job_state_t job_state = ORTE_JOB_STATE_NEVER_LAUNCHED;
|
||||
|
||||
/* default to declaring the daemons failed*/
|
||||
failed_job = ORTE_PROC_MY_NAME->jobid;
|
||||
|
@ -167,7 +167,7 @@ static int plm_tmd_launch_job(orte_job_t *jdata)
|
||||
bool failed_launch = true;
|
||||
mode_t current_umask;
|
||||
orte_jobid_t failed_job;
|
||||
orte_job_state_t job_state = ORTE_JOB_NEVER_LAUNCHED;
|
||||
orte_job_state_t job_state = ORTE_JOB_STATE_NEVER_LAUNCHED;
|
||||
int offset;
|
||||
tm_event_t eventpolled;
|
||||
orte_std_cntr_t num_daemons;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user