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

Expand buffer to node_select info on job termination.

parent dd1dbb2c
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ int slurm_jobcomp_log_record ( struct job_record *job_ptr ) ...@@ -191,7 +191,7 @@ int slurm_jobcomp_log_record ( struct job_record *job_ptr )
int rc = SLURM_SUCCESS; int rc = SLURM_SUCCESS;
char job_rec[512]; char job_rec[512];
char usr_str[32], start_str[32], end_str[32], lim_str[32]; char usr_str[32], start_str[32], end_str[32], lim_str[32];
char select_buf[80]; char select_buf[128];
size_t offset = 0, tot_size, wrote; size_t offset = 0, tot_size, wrote;
enum job_states job_state; enum job_states job_state;
......
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