- 28 Feb, 2019 11 commits
-
-
Alejandro Sanchez authored
This will be used in future commits. Bug 4296
-
Brian Christiansen authored
to avoid having to send alias list for cloud nodes that exist in DNS. This is especially important for large cloud environments (e.g. thousands of nodes) as the alias list environment will be too large for execve(). Bug 6589
-
Brian Christiansen authored
Bug 6587
-
Brian Christiansen authored
This is useful in a cloud environment where the nodes come and go out of DNS. Bug 6592
-
Marshall Garey authored
Bug 6519.
-
Brian Christiansen authored
Continuation of 324404de Bug 6433
-
Brian Christiansen authored
Continuation of c2cdde85 Bug 6433
-
Tim Wickberg authored
Same as salloc/sbatch --gres option. Bug 6582.
-
Albert Gil authored
Bug 6387.
-
Tim Wickberg authored
-
Marshall Garey authored
salloc --no-shell jobs aren't interactive, and won't respond to pings from the slurmctld, so they were previously getting killed after InactiveLimit seconds, even when they had a running step. InactiveLimit no longer applies for salloc --no-shell jobs. Bug 6560.
-
- 27 Feb, 2019 2 commits
-
-
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
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>
-
- 26 Feb, 2019 4 commits
-
-
Ben Roberts authored
Fixed typo in sshare --help output and updated man page with -o flag and updated -h to be -n. Bug 6570
-
Nate Rini authored
bug 6178
-
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.
-
- 21 Feb, 2019 1 commit
-
-
Marshall Garey authored
Bug 6372
-
- 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 8 commits
-
-
Moe Jette authored
Bug 6500
-
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
-
Albert Gil authored
Bug 5717
-
Broderick Gardner authored
Bug 6263
-
Michael Hinton authored
Make it clear when the HealthCheckProgram will run and what state the node will be in during that time. Clear up other things. Bug 6391
-
- 15 Feb, 2019 1 commit
-
-
Jason Booth authored
This patch better describes the always enabled TRES values for AccountingStorageTRES. Bug 6506
-
- 14 Feb, 2019 6 commits
-
-
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.
-
Nate Rini authored
Bug 6278
-
Danny Auble authored
Bug 6278
-
Danny Auble authored
-
Danny Auble authored
This is helpful when running multiple versions against the same build. i.e. globals.snowflake globals.knc ...
-
Nathan Rini authored
Not all Linux systems have a time binary, use bash instead since it has time built in and is already required for test units. Bug 6503.
-
- 13 Feb, 2019 5 commits
-
-
Jason Booth authored
Continuation of 37951110 Bug 6496
-
Nathan Rini authored
Bug 6488.
-
Michael Hinton authored
Bug 6479
-
Michael Hinton authored
Bug 6479
-
Ben Roberts authored
Updated accounting.shtml, sched_config.shtml and topology.shtml, fixing typos found in those files. Bug 6482
-