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

Fix job submit count as input argument.

parent 97b0370e
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ main (int argc, char *argv[]) ...@@ -45,7 +45,7 @@ main (int argc, char *argv[])
else else
count = 5; count = 5;
for (i=0; i<count; i++) { for (i=1; i<count; i++) {
slurm_init_job_desc_msg( &job_mesg ); slurm_init_job_desc_msg( &job_mesg );
job_mesg. contiguous = 1; job_mesg. contiguous = 1;
job_mesg. groups = ("students,employee\0"); job_mesg. groups = ("students,employee\0");
......
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