- 10 Aug, 2018 14 commits
-
-
Danny Auble authored
This will be helpful if the slurmdbd is configured in a certain way and needs to inform the client about it.
-
Danny Auble authored
Not code change.
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
to cancel pending reboots on nodes. Bug 5506
-
Tim Wickberg authored
In locations where job_ptr isn't available, standardize on JobID=%u to print out the job_id value.
-
Tim Wickberg authored
Change _licenses_print() to receive the job_ptr instead of job_id, and drop the inline designation while here.
-
Brian Christiansen authored
-
Danny Auble authored
given a job_ptr. Bug 5494
-
Danny Auble authored
-
Brian Christiansen authored
to control whether the Slurmd will shutdown itself down or not when a reboot request is received. Continuation of 54197d9e Bug 5019
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
- 09 Aug, 2018 3 commits
-
-
Brian Christiansen authored
Bug 5505
-
Tim Wickberg authored
Bug 5164. Without this patch the slurmctld would send a finishing message to srun which may already be torn down. This prevents printing a benign error message.
-
Alejandro Sanchez authored
Bug 3844.
-
- 08 Aug, 2018 10 commits
-
-
Marshall Garey authored
Bug 5526
-
Marshall Garey authored
Bug 5526
-
Marshall Garey authored
Bug 5171
-
Marshall Garey authored
so that the tests won't fail due to trying to set time limits greater than MaxTime. Bug 5171
-
Marshall Garey authored
Bug 5171
-
Marshall Garey authored
in order to be able to set a partition's MaxTime Bug 5171
-
Marshall Garey authored
To set a partition's MaxTime Bug 5171
-
Tim Wickberg authored
-
Marshall Garey authored
-
Brian Christiansen authored
With commit b1ff4342, the sacct -v line was changed from: sacct: Accounting storage SLURMDBD plugin loaded with AuthInfo=(null) to: sacct: Accounting storage SLURMDBD plugin loaded the test just needed to account for the difference.
-
- 07 Aug, 2018 13 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
Continuation of a4a91719
-
Brian Christiansen authored
from_tres_rec was being added to dest_tres_list and being free'd twice when free'ing from_tres_list and dest_tres_list. Continuation of a4a91719
-
Alejandro Sanchez authored
Bug 5528.
-
Danny Auble authored
Bug 5260
-
Tim Wickberg authored
-
Morris Jette authored
Only split nodes here if a node_features plugin is in use. Otherwise node fragmentation will occur if the node config has CPUs specified but not CoresPerSocket and Sockets. This could be avoided by filling out the node definition, but adding this workaround for backwards compatiblity. Bug 5039.
-
Tim Wickberg authored
-
Marshall Garey authored
Task prologs could set or modify this, so wait to create the directory until after they've finished. Bug 5367.
-
Alejandro Sanchez authored
Bug 4373.
-
Alejandro Sanchez authored
Bug 4373.
-
Alejandro Sanchez authored
Which can be used to force to retrieve the information about all the components in a heterogeneous job or just the ones selected, leaving untouched the way regular jobs and/or arrays are retrieved. Bug 4373.
-
Alejandro Sanchez authored
cluster_name is now passed as an argument, since it'll be needed for a subsequent commit subquery. No functional change. Bug 4373.
-