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

Set default test to be a single job allocation

parent 205f9f4d
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ main (int argc, char *argv[]) ...@@ -16,7 +16,7 @@ main (int argc, char *argv[])
if (argc > 1) if (argc > 1)
max_jobs = atoi (argv[1]); max_jobs = atoi (argv[1]);
else else
max_jobs = 1000; max_jobs = 1;
slurm_init_job_desc_msg( &job_mesg ); slurm_init_job_desc_msg( &job_mesg );
job_mesg. contiguous = 1; job_mesg. contiguous = 1;
......
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