Skip to content
Snippets Groups Projects
Commit b136f789 authored by Danny Auble's avatar Danny Auble
Browse files

fix for non bluegene systems.

parent cbcb167a
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,6 @@ int jobacct_step_start(struct step_record *step)
#else
cpus = step->num_cpus;
snprintf(node_list, BUFFER_SIZE, "%s", step->step_node_list);
block_id = xstrdup("-");
#endif
snprintf(buf, BUFFER_SIZE, _jobstep_format,
JOB_STEP,
......@@ -311,7 +310,6 @@ int jobacct_step_complete(struct step_record *step)
#else
cpus = step->num_cpus;
snprintf(node_list, BUFFER_SIZE, "%s", step->step_node_list);
block_id = xstrdup("-");
#endif
snprintf(buf, BUFFER_SIZE, _jobstep_format,
......
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