- 22 Dec, 2015 5 commits
-
-
Morris Jette authored
Change default CgroupMountpoint (in cgroup.conf) from "/cgroup" to "/sys/fs/cgroup" to match current standard. For details, see https://wiki.freedesktop.org/www/Software/systemd/PaxControlGroups/
-
David Bigagli authored
-
Artem Polyakov authored
-
Artem Polyakov authored
-
Artem Polyakov authored
-
- 21 Dec, 2015 5 commits
-
-
Morris Jette authored
No change to functionaltiy, just make the comments more readable
-
Morris Jette authored
-
Brian Christiansen authored
-
Morris Jette authored
Conflicts: testsuite/expect/Makefile.am testsuite/expect/Makefile.in testsuite/expect/README
-
Morris Jette authored
-
- 19 Dec, 2015 3 commits
-
-
jette authored
Conflicts: NEWS
-
John Hensley authored
Remove the 1024-character limit on lines in batch scripts, which was causing long lines to be silently truncated. I noticed it when jobs were getting created with fewer dependencies than specified. Also increase the line length when showing job info.
-
jette authored
No change in logic
-
- 18 Dec, 2015 6 commits
-
-
jette authored
sched/backfill: If a job can not be started within the configured backfill_window, set it's start time to 0 (unknown) rather than the end of the backfill_window. bug 2100
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
jette authored
-
jette authored
If a pending job array has multiple reasons for being in a pending state, then print all reasons in a comma separated list. Before: JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON) 97354_[1-4] debug tmp jette PD 0:00 1 (Resources) After: JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON) 97354_[1-4] debug tmp jette PD 0:00 1 (Resources,JobHeldUser)
-
- 17 Dec, 2015 7 commits
-
-
Alejandro Sanchez authored
-
David Bigagli authored
-
Danny Auble authored
-
Morris Jette authored
The tests were sometimes failing unless I gathered accounting data at more frequent intervals. This seems to work with default accounting collection intervals.
-
Morris Jette authored
When extra pools were reported by Cray API, it was not multiplying the buffer count by granularity to get the total size, but was just getting the counts.
-
Danny Auble authored
-
Danny Auble authored
-
- 16 Dec, 2015 14 commits
-
-
Alejandro Sanchez authored
job's TimeLimit if the job did't request --time
-
David Matthews authored
-
Brian Christiansen authored
Bug 2130
-
Danny Auble authored
-
Morris Jette authored
When extra pools were reported by Cray API, it was not multiplying the buffer count by granularity to get the total size, but was just getting the counts.
-
Morris Jette authored
-
Morris Jette authored
Move slurmctld mail handler to separate thread for improved performance. Original logic did fork/exec without separate thread and if the slurmctld memory size is huge, then the time required for fork() to complete can be significant. bug 2252
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Conflicts: src/slurmctld/job_scheduler.c
-
Morris Jette authored
Conflicts: src/slurmctld/job_mgr.c
-
Morris Jette authored
Avoid hard-link/copy of script/environment files for job arrays. Use the master job record file for all tasks of the job array. back port of commit 41eead64 bug 2220
-