- 27 Feb, 2019 6 commits
-
-
Morris Jette authored
-
Felip Moll authored
The version field was just showing the major version. Now it shows the full string with major and minor version. It will change what's displayed in sview, sinfo -o %v, scontrol show nodes and through the API. Bug 6535.
-
Michael Hinton authored
Fixes smail to handle change in slurmctld/agent.c#mail_job_info() output introduced in commit 5f1cc8a8. seff has incomplete job array support, but if one happens to come through smail, at least let it print out what it can (i.e. the last array task in the job array). Bug 6536
-
Tim Wickberg authored
Slurm will internally strip any domain portion off. This can cause X11 authentication issues if the hostname itself includes this part. Bug 6532. Co-authored-by: Nate Rini <nate@schedmd.com>
-
Tim Wickberg authored
Allow sites to use hostname as given by libc gethostname() instead of the first domain used globally as hostname. Bug 6532. Co-authored-by: Nate Rini <nate@schedmd.com>
-
Morris Jette authored
Rename requeue option from "incomplete" to "failed" and ignore running jobs. bug 6397
-
- 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 2 commits
-
-
Morris Jette authored
If a job submit does NOT include --cpus-per-task option, then report the value as "N/A" rather than always mapping the value to 1.
-
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.
-
- 09 Feb, 2019 1 commit
-
-
Morris Jette authored
Modify GrpNodes limit to apply to unique nodes allocated (avoid double counting nodes allocated to multiple jobs in the same QOS or association).
-
- 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>
-
- 07 Feb, 2019 1 commit
-
-
Morris Jette authored
-
- 06 Feb, 2019 1 commit
-
-
Morris Jette authored
This is useful for job requeue. bug 5693
-
- 05 Feb, 2019 1 commit
-
-
Tim Wickberg authored
Add new SchedulerParameter of permit_job_expansion to permit expansion of running jobs. Replace the two calls to select_g_job_expand_allow() as all plugins return true anyways at this point. Return ESLURM_NOT_SUPPORTED instead of ESLURM_DEPENDENCY in one location as well to provide a better error message back to the user. Bug 5716.
-
- 01 Feb, 2019 2 commits
-
-
Jason Booth authored
Changes saccct, squeue, sinfo, sprio so that -l and -o are mutually exclusive. Bug 6438
-
Tim Wickberg authored
Bug 6441.
-
- 31 Jan, 2019 8 commits
-
-
Marshall Garey authored
so that squeue -s and sstat will show the batch step, and sacct will show the batch step before the job finishes. Bug 6196.
-
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.
-
Jason Booth authored
Adds SPRIO_FORMAT env variable, which is equivalent to the -o/--format option. Accounted for the new env var in the test suite. 6063
-