- 05 Apr, 2019 8 commits
-
-
Alejandro Sanchez authored
-
Alejandro Sanchez authored
-
Michael Hinton authored
Bug 6718.
-
Michael Hinton authored
Replace duplicated text with links, so text that should be the same does not get out of sync. Merge out-of-sync text together to get the best of both. Fix error where line starting with 'nvml' was being omitted. Minor grammatical and wording fixes. Improve spacing of paragraphs. Escape some missed `-` characters. Remove some statements that are no longer true. Sundry other minor changes. An update in gres.conf.5 was not propagated to gres.shtml. Remove the possibility of that happening again by simply referring the user to the original doc via a link for more info. Bug 4717
-
Alejandro Sanchez authored
Bug 6501.
-
Alejandro Sanchez authored
-
Alejandro Sanchez authored
Bug 6791.
-
Morris Jette authored
Change name of variable for better clarity. No change in logic
-
- 04 Apr, 2019 12 commits
-
-
Morris Jette authored
comment and formatting changes
-
Morris Jette authored
sporadically seeing this problem. Still trying to track down origin.
-
Morris Jette authored
Correct bad format in log message
-
Nathan Rini authored
Update to commit 02ad8fdd so that locks/unlocks match if gres.conf not found
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
gres needs to locally keep the mps_table size rather than use node_record_count, which gets reset to zero at shutdown.
-
Morris Jette authored
Check for out of range node index. Not observed, but prevents possible invalid memory reference.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
- 03 Apr, 2019 20 commits
-
-
Morris Jette authored
Copied array without including the array size pointer, so it did not get freed.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
It was failing due to an Epilog, but could also fail when run in parallel with other jobs.
-
Morris Jette authored
This includes information about how to get a clean HWLOC report.
-
Morris Jette authored
Without this change I was able to fairly consistently cause "scontrol shutdown" to NOT cause the slurmd to exit. 1. Start slurmd and slurmctld 2. Immediately execute "scontrol reconfig" and "scontrol shutdown"
-
Morris Jette authored
Format changes only
-
Morris Jette authored
log message and comment format changes
-
Alejandro Sanchez authored
Bug 5851.
-
Danny Auble authored
# Conflicts: # slurm/slurm.h.in
-
Danny Auble authored
-
Alejandro Sanchez authored
This prevents rebuilding a job's dependency string when it has at least one invalid (never satisfied) dependency, no matter if such invalid dependency has already been purged (after MinJobAge) or not. This can be useful to track down the culprit invalid dependencies even after they are gone from ctld's in-memory job list. The flag is cleared upon a successful job dependency update or after another job in the dependency list has been satisfied if such list is composed with the '?' symbol (OR'ed). Bug 5851.
-
Alejandro Sanchez authored
Job dependencies separated by "?" (OR'ed) should make the dependant job be independent as soon as any of the dependencies are resolved to be satisfied. Without this patch, if an invalid (non satisfiable) dependency was resolved before a satisfiable one, then the dependant job would never become independent, even after the satisfiable one got eventually resolved. Bug 5851.
-
Alejandro Sanchez authored
No functional change, just preparement for a following commit with an actual fix. Bug 5851.
-
Felip Moll authored
The response of the XCC raw command is always 16 bytes, we log it and return if we don't get an answer of this size. Bug 6743
-
Morris Jette authored
-
Morris Jette authored
If GRES configuration data is unavailable from gres.conf, then use the node's "Gres=" information slurm.conf. This will eliminate or minimize the gres.conf file in many situations. bug 6761
-
Morris Jette authored
-
Morris Jette authored
-