- Apr 07, 2014
-
-
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
-
- Apr 05, 2014
-
-
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
-
- Apr 04, 2014
-
-
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
-
- Apr 03, 2014
-
-
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
-
Morris Jette authored
Decrease maximimum scheduler main loop run time from 10 secs to 4 secs for improved performance. If running with sched/backfill, do not run through all jobs on periodic scheduling loop, but only the default depth. The backfill scheduler can go through more jobs anyway due to its ability to relinquish and recover locks. See bug 616
-
Morris Jette authored
if an job step's network value is set by poe, either by directly executing poe or srun launching poe, that value was not being propagated to the job step creation RPC and the network was not being set up for the proper protocol (e.g. mpi, lapi, pami, etc.). The previous logic would only work if the srun execute line explicitly set the protocol using the --network option.
-
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
-
- Apr 02, 2014
-
-
Morris Jette authored
Decrease maximimum scheduler main loop run time from 10 secs to 4 secs for improved performance. If running with sched/backfill, do not run through all jobs on periodic scheduling loop, but only the default depth. The backfill scheduler can go through more jobs anyway due to its ability to relinquish and recover locks. See bug 616
-
David Bigagli authored
-
Martins Innus authored
-