- May 13, 2015
-
-
Brian Christiansen authored
-
- May 12, 2015
-
-
Morris Jette authored
-
- May 11, 2015
-
-
Morris Jette authored
Make sure that old step data is purged when a job is requeued. Without this logic, if a job terminates abnormally then old step data may be left in slurmctld. If the job is then requeued and started on a different node, referencing that old job step data can result in abnormal events. One specific failure mode is if the job is requeued on a node with a different number of cores, and the step terminated RPC arrives later, the job and step bitmaps of allocated cores can differ in size generating an abort. bug 1660
-
- May 08, 2015
-
-
Danny Auble authored
-
Brian Christiansen authored
Bug 1618
-
Jonathon Nelson authored
-
- May 07, 2015
-
-
Danny Auble authored
cpu count.
-
- May 06, 2015
-
-
Danny Auble authored
random crashing in db2 when the slurmctld is exiting. Signed-off-by:
Danny Auble <da@schedmd.com>
-
- May 05, 2015
-
-
Morris Jette authored
-
- May 01, 2015
-
-
Jens Svalgaard Kohrt authored
-
- Apr 30, 2015
-
-
Morris Jette authored
In slurmctld communication agent, make the thread timeout be the configured value of MessageTimeout (or 30 seconds, whichever is larger) rather than 30 seconds.
-
Morris Jette authored
Fix scancel bug which could return an error on attempt to signal a job step. A simple "scancel 12.3" to signal a specific job step would fail. Adding another option (say "-i", "--partion=", etc.) would fix this.
-
David Bigagli authored
-
- Apr 29, 2015
-
-
Danny Auble authored
before ending the job.
-
Danny Auble authored
will make it so the slurmctld will not signal the apid's in a batch job. Instead it relies on the rpc coming from the slurmctld to kill the job to end things correctly.
-
- Apr 28, 2015
-
-
Morris Jette authored
Refactor scancel so that all pending jobs are cancelled before starting cancellation of running jobs. Otherwise they happen in parallel and the pending jobs can be scheduled on resources as the running jobs are being cancelled.
-
Danny Auble authored
-
jette authored
Add SchedulerParameters option of sched_min_interval that controls the minimum time interval between any job scheduling action. The default value is zero (disabled). bug 1623
-
- Apr 24, 2015
-
-
Morris Jette authored
Initialize some variables used with the srun --no-alloc option that may cause random failures.
-
Morris Jette authored
-
- Apr 22, 2015
-
-
Danny Auble authored
job. This is already handled on the stepd when the script finishes.
-
Danny Auble authored
often an inventory request is handled.
-
Brian Christiansen authored
-
Brian Christiansen authored
-
- Apr 21, 2015
-
-
Danny Auble authored
free afterwards would not have zeroed out memory on the variables that didn't get unpacked.
-
David Bigagli authored
-
Morris Jette authored
sbatch to stop parsing script for "#SBATCH" directives after first command. It keeps parsing so long as lines contain only white space or comments (first non-white space character is '#').
-
David Bigagli authored
-
- Apr 20, 2015
-
-
Morris Jette authored
Add SchedulerParameters option of "sched_max_job_start=" to limit the number of jobs that can be started in any single execution of the main scheduling logic.
-
Danny Auble authored
-
Danny Auble authored
-
- Apr 18, 2015
-
-
David Bigagli authored
-
- Apr 17, 2015
-
-
Brian Christiansen authored
Bug 1601
-
David Bigagli authored
-
Danny Auble authored
Bug 1603
-
- Apr 16, 2015
-
-
Danny Auble authored
and update NEWS
-
- Apr 15, 2015
-
-
Danny Auble authored
the same time, don't double bill the down time.
-
Danny Auble authored
database.
-
Danny Auble authored
list, but only the column list.
-
Morris Jette authored
Prevent slurmdbd error if cluster added or removed while rollup in progress. Removing a cluster can cause slurmdbd to abort. Adding a cluster can cause the slurmdbd rollup to hang.
-