- 08 Apr, 2014 1 commit
-
-
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 8 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
-
Morris Jette authored
rather than 1 sec interval retries
-
Morris Jette authored
If pthread_create call fails, decrease sleep before retry from 1 sec to 0.1 sec
-
- 04 Apr, 2014 10 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Conflicts: NEWS src/slurmctld/backup.c src/slurmctld/controller.c src/slurmctld/proc_req.c
-
Danny Auble authored
-
Danny Auble authored
This also reverts commit 8cff3b08 and ced2fa3f
-
Danny Auble authored
-
Danny Auble authored
slurmdbd plugin.
-
Danny Auble authored
-
Danny Auble authored
9368ff2d
-
Danny Auble authored
-
- 03 Apr, 2014 6 commits
-
-
Danny Auble authored
new associations were added since it was started.
-
Morris Jette authored
If tests in inc21.30.1 failed, the exit_code was getting cleared so the test21.30 as a whole never recognized the failure.
-
Morris Jette authored
-
Morris Jette authored
Permit user root to propagate resource limits higher than the hard limit slurmd has on that compute node has (i.e. raise both current and maximum limits). bug 674674674674674674
-
Morris Jette authored
Previous test would calculate negative new limits when original limits were small. See bug 675
-
Morris Jette authored
Permit multiple batch job submissions to be made for each run of the scheduler logic if the job submissions occur at the nearly same time. bug 616
-