- 10 Apr, 2014 4 commits
-
-
Morris Jette authored
Modify srun to report an exit code of zero rather than nine if some tasks exit with a return code of zero and others are killed with SIGKILL. Only an exit code of zero did this.
-
Morris Jette authored
The fprintf(stderr will generally fail as stderr will usually be closed.
-
Morris Jette authored
Cache job information and drop out of loop after finding the desired array task. This improves performance a fair bit. bug 684
-
Morris Jette authored
Rather than attempting a scheduling loop as frequently as every 1 second, wait 3 seconds for performance reasons.
-
- 09 Apr, 2014 5 commits
-
-
David Bigagli authored
-
Josko Plazonic authored
set it in the job env otherwise the exec() fails.
-
Morris Jette authored
Rather than immediately invoking an execution of the scheduling logic on every event type that can enable the execution of a new job, queue its execution. This permits faster execution of some operations, such as modifying large counts of jobs, by executing the scheduling logic less frequently, but still in a timely fashion.
-
Danny Auble authored
If you have multiple partitions the output from sinfo -o "%D %F" would have unexpected results, hardly ever correct.
-
David Bigagli authored
-
- 08 Apr, 2014 10 commits
-
-
Morris Jette authored
was originally testing for NULL value in one field and printing another, which could possibly result in an invalid memory reference.
-
Morris Jette authored
Conflicts: META NEWS
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Fix logic bugs for SchedulerParameters option of max_rpc_cnt. Scheduling would be delayed for job arrays and backfill scheduling would be disabled unless max_rpc_cnt > 0.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
on Mixed state.
-
David Bigagli authored
-
- 07 Apr, 2014 15 commits
-
-
Morris Jette authored
-
Danny Auble authored
used.
-
Morris Jette authored
Conflicts: src/common/slurm_protocol_api.c
-
Morris Jette authored
This largely reverts commit 0ec2af27 just to cut down on some logging
-
Danny Auble authored
This changes the behavior of license_update which it's current behavior makes for doubling license counts. This is ok, because the only place it is used expects the counts to be zeroed out afterwards.
-
Morris Jette authored
Conflicts: META NEWS
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
-
Morris Jette authored
-
Danny Auble authored
in it. Signed-off-by: Danny Auble <da@schedmd.com>
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
- 05 Apr, 2014 6 commits
-
-
Morris Jette authored
Conflicts: src/common/slurm_protocol_api.c src/slurmctld/job_scheduler.c src/slurmctld/proc_req.c
-
Morris Jette authored
Modify the task affinity tests to support systems with larger CPU counts. Use data type long long unsigned int rather than just int. see bug 672
-
Morris Jette authored
Rather than treat invalid SchedulerParameters options as a fatal error, print an error and use to the default value.
-
Morris Jette authored
Disables job scheduling when there are too many pending RPCs
-
Morris Jette authored
-
Morris Jette authored
This is related to defering batch job scheduling if there are a bunch of requests pending
-