- 26 Feb, 2019 2 commits
-
-
Tim Wickberg authored
Causes x11_delete_xauth() to be called on a successfully unlink()'d file if using local_xauthority causing an extra error message in the logs. Bug 3647.
-
Danny Auble authored
Also set canonical links in the man pages while here. Bug 6573.
-
- 23 Feb, 2019 1 commit
-
-
Nathan Rini authored
X11 forwarding doesn't care about the screen number, so handle DISPLAY environment variables without that present correctly. E.g., both "localhost:10.0" and "localhost:10" are now handled, whereas previously only the first form would have been accepted. Bug 6532.
-
- 20 Feb, 2019 1 commit
-
-
Morris Jette authored
Clear the JOB_STAGE_OUT flag once the stage out is complete. Bug 6429.
-
- 19 Feb, 2019 4 commits
-
-
Albert Gil authored
Bug 5717
-
Danny Auble authored
Bug 5717
-
Albert Gil authored
This fixes a few issues the old sql didn't work with. All these are verified with test12.10. Bug 5717
-
Danny Auble authored
This adds a new helper function slurmdb_job_cond_def_start_end This will set default usage times when getting jobs from the database. Bug 5717
-
- 14 Feb, 2019 1 commit
-
-
Alejandro Sanchez authored
Previously some samples/sizes were reported as total accumulated values instead of deltas or were reported after an underflow occurred. Bug 6210 and 6262.
-
- 13 Feb, 2019 2 commits
-
-
Jason Booth authored
Continuation of 37951110 Bug 6496
-
Nathan Rini authored
Bug 6488.
-
- 11 Feb, 2019 5 commits
-
-
Moe Jette authored
to prevent underflow. Bug 6370
-
Nate Rini authored
The slurmctld would segfault if we didn't check this. Bug 6449.
-
Moe Jette authored
already booted when slurmctld daemon is reconfigured. Bug 6457
-
Dominik Bartkiewicz authored
Bug 6468.
-
Dominik Bartkiewicz authored
Bug 5513.
-
- 08 Feb, 2019 3 commits
-
-
Brian Christiansen authored
Bug 6458
-
Brian Christiansen authored
Bug 6458
-
Kilian Cavalotti authored
Lustre client stats moved to /sys/kernel/debug/lustre/llite with 2.12. Bug 6385. Co-authored-by: Tim Wickberg <tim@schedmd.com>
-
- 31 Jan, 2019 6 commits
-
-
Tim Wickberg authored
The correct printf format for size_t is %zu not %lu.
-
Danny Auble authored
Bug 6430
-
Ben Roberts authored
The code to handle it was already there, this just made it so we actually parsed it. Bug 6430
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Philip Kovacs authored
Commit 750cc23e changed the signature for slurm_xmalloc, which needs to be mirrored here in slurm-perl.h. Bug 6436.
-
- 30 Jan, 2019 2 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Force intermediate values to uint64_t to catch the potential overflow. CVE-2019-6438.
-
- 25 Jan, 2019 2 commits
-
-
Michael Hinton authored
On a heterogeneous system the gres.conf coming from various nodes might not be complete. The slurm.conf has a complete list of possible gres on the other hand. If the GRES doesn't exist we will print an error and use the id instead of the name, but this should never happen. Bug 6366
-
Felip Moll authored
When trying to update the partition list of a job it didn't get updated. Bug 6329
-
- 23 Jan, 2019 5 commits
-
-
Jakub Yaghob authored
Bug 6320
-
Danny Auble authored
Bug 6004
-
Dominik Bartkiewicz authored
specific tasks. Bug 6357
-
Josko Plazonic authored
Bug 6004
-
Paddy Doyle authored
Update seff to reflect API change from rss_max to tres_usage_in_max. Use Slurmdb::find_tres_count_in_string to parse out the TRES_MEM value. Bug 6004
-
- 18 Jan, 2019 1 commit
-
-
Brian Christiansen authored
Bug 5736
-
- 17 Jan, 2019 4 commits
-
-
Morris Jette authored
This check really is there to test if we have dynamic(inactive) features. Obviously this doesn't work on heterogeneous systems, but there is no good way to check for this as this check is used long before nodes are considered. Bug 6242
-
Broderick Gardner authored
Docs updated with details. 'node' is simply removed from the tres list; the report will continue if other valid tres are specified. Bug 5954
-
Jason Booth authored
Bug 6356.
-
Jason Booth authored
Fixed srun from double printing invalid option msg twice. Also removed the unused -b flag from sbatch. Bug 6356.
-
- 15 Jan, 2019 1 commit
-
-
Michael Hinton authored
This patch fixes the regression caused by 07483564 where only the linux plugin was handling this scenario correctly. Bug 6332
-