Skip to content
Snippets Groups Projects
Commit 498a1b5e authored by Mark Grondona's avatar Mark Grondona
Browse files

o set "unused" host's state to SRUN_HOST_REPLIED to fix bug where

   srun erroneously expected replies from these hosts (gnats:291)
parent 05b479de
No related branches found
No related tags found
No related merge requests found
...@@ -331,6 +331,7 @@ static void _p_launch(slurm_msg_t *req, job_t *job) ...@@ -331,6 +331,7 @@ static void _p_launch(slurm_msg_t *req, job_t *job)
if (job->ntask[i] == 0) { /* No tasks for this node */ if (job->ntask[i] == 0) { /* No tasks for this node */
debug("Node %s is unused",job->host[i]); debug("Node %s is unused",job->host[i]);
job->host_state[i] = SRUN_HOST_REPLIED;
continue; continue;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment