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

Slight change in job output format (for test case).

parent 2979fc62
No related branches found
No related tags found
No related merge requests found
......@@ -72,10 +72,9 @@ main (int argc, char *argv[])
printf (" ReqProcs=%u ReqNodes=%u ",
job_ptr[i].num_procs, job_ptr[i].num_nodes);
printf ("Shared=%u Contiguous=%u\n",
printf ("Shared=%u Contiguous=%u ",
job_ptr[i].shared, job_ptr[i].contiguous);
printf (" MinProcs=%u MinMemory=%u ",
printf ("MinProcs=%u MinMemory=%u ",
job_ptr[i].min_procs, job_ptr[i].min_memory);
printf ("MinTmpDisk=%u\n",
job_ptr[i].min_tmp_disk);
......
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