- 06 Feb, 2019 6 commits
-
-
Morris Jette authored
This is useful for job requeue. bug 5693
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
Estimate the total count of GRES of a job at submit time. This is used to reject jobs that will definitely exceed a GRES limit rather than queuing them and rejecting them when we finally determine their GRES count. bug 6410
-
Morris Jette authored
A block of code was repeated and does nothing but recompute a value
-
Morris Jette authored
-
- 05 Feb, 2019 5 commits
-
-
Tim Wickberg authored
Option rejects user requests to shrink running jobs. (Jobs using --no-kill may still shrink due to node failures.) Bug 5716.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Only call to it was removed in the prior commit, and all the interfaces returned "true" (even if they probably shouldn't have, such as select/cray).
-
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.
-
- 04 Feb, 2019 5 commits
-
-
Brian Christiansen authored
thrown when compiling with CFLAGS="--converage"
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Albert Gil authored
Logs are produced by regression.py, and should not be checked in.
-
- 01 Feb, 2019 6 commits
-
-
Danny Auble authored
Fix regression in 2caf9e8c
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Jason Booth authored
Changes saccct, squeue, sinfo, sprio so that -l and -o are mutually exclusive. Bug 6438
-
Philip Kovacs authored
Bug 6442
-
Tim Wickberg authored
Bug 6441.
-
- 31 Jan, 2019 18 commits
-
-
Danny Auble authored
Bug 6196
-
Danny Auble authored
-
Danny Auble authored
is try to print a log message. Since we are already in that lock it will deadlock.
-
Marshall Garey authored
We document that DerivedExitCode is the highest exit code of the srun steps, so we need to exclude the batch step. The extern step was already excluded. Bug 6196.
-
Marshall Garey authored
Bug 6196
-
Marshall Garey authored
Bug 6196
-
Marshall Garey authored
Bug 6196.
-
Danny Auble authored
This means we can find batch steps. NO_VAL isn't used in the code to return the first one. Bug 6196
-
Danny Auble authored
delete_step_record.
-
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.
-
Marshall Garey authored
It turns out REQUEST_STEP_COMPLETE is never sent by the batch step. Bug 6196
-
Tim Wickberg authored
Run autogen.sh, which picked up one older uncommited change to a comment line in contribs/perlapi/libslurmdb/Makefile.in.
-
Tim Wickberg authored
-
Tim Wickberg authored
The correct printf format for size_t is %zu not %lu.
-
Tim Wickberg authored
This reverts commit 2707a9c0.
-
Tim Wickberg authored
A lot of places rely on a zero size (or, after xcalloc conversion, count) resulting in a NULL return, so stop xassert()'ing those cases and avoid jumping to the unpack_error label.
-
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
-