- 04 Nov, 2014 1 commit
-
-
Danny Auble authored
This was an unrealized regression from commit 0da01963. The problem is we were clearing the job_ptr->job_resrcs too early. This patch fixes it to wait until the job is actually being requeued so it does the right thing.
-
- 03 Nov, 2014 2 commits
-
-
David Bigagli authored
not running.
-
Morris Jette authored
Move spank_user_task() call in slurmstepd after the task_g_pre_launch() so that the task affinity information is available to spank.
-
- 31 Oct, 2014 6 commits
-
-
Danny Auble authored
-
David Bigagli authored
then jobs pending with invalid dependency are going to be terminated.
-
Danny Auble authored
This isn't that big of an issue for 14.03, but 14.11 added more to this string which could overflow the buffer since sprintf is used instead of snprintf. Using xstrfmtcat fixes the issue and is easier to read code.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
amount of tasks / number of node.
-
- 30 Oct, 2014 3 commits
-
-
David Bigagli authored
-
David Bigagli authored
-
David Bigagli authored
-
- 29 Oct, 2014 3 commits
-
-
Danny Auble authored
that is down we abandon the tree and send to each node serially. Reference Bug 1216
-
David Bigagli authored
-
David Bigagli authored
-
- 28 Oct, 2014 2 commits
-
-
Morris Jette authored
Just added burst_buffer/none with a handful of function stubs to start.
-
Morris Jette authored
Added configuration parameters BurstBufferParameters and BurstBufferType.
-
- 27 Oct, 2014 4 commits
-
-
Morris Jette authored
-
Danny Auble authored
98e24b0d. This was fixed completely in commit af19cb55, but in any case this code shouldn't be needed anymore.
-
Danny Auble authored
are specified. This is a fix to commit b9cc5b31 which just didn't know mc_ptr->ntasks_per_core is initialized to INFINITE. Without it the node_cnt packed would be set to 1 on the user tools. This fixes bug 1148.
-
Morris Jette authored
-
- 24 Oct, 2014 3 commits
-
-
Morris Jette authored
Add new slurm_load_node flag of SHOW_MIXED, which will change a node's state from ALLOCATED to MIXED by comparing the number of CPUs allocated against the total CPU count on each node bug 1209
-
Morris Jette authored
Add new slurm_load_node flag of SHOW_MIXED, which will change a node's state from ALLOCATED to MIXED by comparing the number of CPUs allocated against the total CPU count on each node bug 1209
-
David Singleton authored
We've seen slurmctld crashes due to negative job array indices.
-
- 23 Oct, 2014 2 commits
-
-
Morris Jette authored
Add "--bb" (burst buffer specification) option to salloc, sbatch, and srun. Information reaches slurmctld, but is not processed more (yet).
-
Morris Jette authored
BGQ: Fix race condition when job fails due to hardware failure and is requeued. Previous code could result in slurmctld abort with NULL pointer. bug 1096
-
- 21 Oct, 2014 4 commits
-
-
Morris Jette authored
-
Don Lipari authored
Let operators (in addition to user root and SlurmUser) see job script for other user's jobs. bug 1176
-
Morris Jette authored
Fix bug that prevented preservation of a job's GRES bitmap on slurmctld restart or reconfigure (bug was introduced in 14.03.5 "Clear record of a job's gres when requeued" and only applies when GRES mapped to specific files). bug 1192
-
David Bigagli authored
-
- 20 Oct, 2014 5 commits
-
-
Danny Auble authored
-
David Bigagli authored
permission for the batch step.
-
Morris Jette authored
Add to make files, add appropriate wildcards, add to spec file.
-
David Bigagli authored
-
jette authored
Otherwise there will be no log file to write to, resulting in an abort bug 1185
-
- 18 Oct, 2014 4 commits
-
-
Nicolas Joly authored
-
Morris Jette authored
Add support for job dependencies jointed with OR operator (e.g. "--depend=afterok:123?afternotok:124").
-
Nicolas Joly authored
-
Danny Auble authored
-
- 17 Oct, 2014 1 commit
-
-
Morris Jette authored
-