- 17 Apr, 2019 4 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
to send user signal at preemption time. Bug 5867
-
Brian Christiansen authored
to send job warn signal. In the gracetime logic, it wasn't checking for the B option. Bug 5867
-
Danny Auble authored
# Conflicts: # src/slurmctld/acct_policy.c # testsuite/expect/README # testsuite/expect/globals # testsuite/expect/test21.39
-
- 16 Apr, 2019 24 commits
-
-
Nate Rini authored
Bug 6625.
-
Morris Jette authored
Also correction to rebase problem Bug 6635
-
Michael Hinton authored
Change order and wording of FS=1 error. Print out what the system detects when there is a FS=1 discrepancy. Create sub-tests testing FS=1. Bug 6635
-
Danny Auble authored
-
Danny Auble authored
These are conditions that need to remain constant until something changes on the job to reevaluate. Bug 6625
-
Danny Auble authored
What was happening here is you had to not be >= operator to have the old limits removed. This makes it so it always happens. Bug 6625
-
Brian Christiansen authored
Bug 6625
-
Danny Auble authored
Before we went up the tree to the next assoc_ptr. As we validate an association on the id as well as the uid the assoc_ptr was eventually going to become invalid. Setting it to NULL here solves a bunch of issues with things later on. Bug 6625
-
Danny Auble authored
Bug 6625
-
Nathan Rini authored
Bug 6625.
-
Danny Auble authored
Don't abort when the job doesn't have an association that was removed before the job was able to make it to the database. Bug 6625
-
Michael Hinton authored
Bug 6635
-
Michael Hinton authored
Convert fast_schedule from global to function parameter. Clarify and improve comments. Fix error involving expect processing if matching both errors and output. Bug 6635
-
Michael Hinton authored
Add debug2 print statement for fastschedule=1. Remove "_" syntax from fake_gpus.conf file (no need for it). Fix test39.18 sub-test 0.4 to test for empty files and sorting. Bug 6635
-
Michael Hinton authored
Move defines above function. Remove TODO comment. Bug 6635
-
Michael Hinton authored
Clarify NVML-related sub-tests. Add message indicating convenient test feature.
-
Michael Hinton authored
Clarify function description comments. Change a fatal to xassert, since it's really a development check. Add a fatal if NVML happens to give us an empty CPU affinity array. Update test 38.19 sub-test 0.14 to expect this fatal (in test prog). Bug 6635
-
Brian Christiansen authored
Bug 6625
-
Danny Auble authored
-
Morris Jette authored
-
Tim Wickberg authored
As tmp and the underlying wait_all_nodes fields are unsigned this can never be negative. CID 197666.
-
Tim Wickberg authored
CID 197667.
-
Tim Wickberg authored
CID 197668.
-
Tim Wickberg authored
CID 197670.
-
- 15 Apr, 2019 1 commit
-
-
Alejandro Sanchez authored
Do not set job's per-node minimum memory on error Bug 5562 Comment 27
-
- 14 Apr, 2019 11 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
This reworks all CLI option parsing for salloc/sbatch/srun into a central set of functions. This is designed to allow a future set of commits to inspect, and potentially modify or unset, the set of options as specified by the user through a consistent string based set of functions. Bug 3745.
-
Tim Wickberg authored
-
Tim Wickberg authored
Invalid --cpu-freq options now cause srun to exit(-1), rather than continuing with the job submission. The test had been designed to assume the job would still be submitted, so modify it to match the new stricter parsing.
-
Tim Wickberg authored
Have slurm_process_option() call exit(-1) on errors. Most parsing functions will already do this, but that should be revisited at a later point in time.
-
Tim Wickberg authored
-
Tim Wickberg authored
Remove the options argument now that no calling paths need it. Note that opt_string here is alphabetical *by the option name*, and not by the val any longer.
-
Tim Wickberg authored
-
Tim Wickberg authored
Move handling for parallel debugging into _opt_verify(), and explicitly call through slurm_process_option() to override the default settings.
-
Tim Wickberg authored
-
Tim Wickberg authored
-