Skip to content
Snippets Groups Projects
Commit 59019c15 authored by Moe Jette's avatar Moe Jette
Browse files

Properly initialize value of task_dist in job request.

parent 5be355e7
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ void slurm_init_job_desc_msg(job_desc_msg_t * job_desc_msg)
job_desc_msg->exc_nodes = NULL;
job_desc_msg->script = NULL;
job_desc_msg->shared = (uint16_t) NO_VAL;
job_desc_msg->task_dist = (uint16_t) NO_VAL;
job_desc_msg->time_limit = NO_VAL;
job_desc_msg->num_procs = NO_VAL;
job_desc_msg->max_nodes = NO_VAL;
......
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