- Feb 04, 2019
-
-
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.
-
- Feb 01, 2019
-
-
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.
-
- Jan 31, 2019
-
-
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
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 6436.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Philip Kovacs authored
Commit 750cc23e changed the signature for slurm_xmalloc, which needs to be mirrored here in slurm-perl.h. Bug 6436.
-
Jason Booth authored
Adds SPRIO_FORMAT env variable, which is equivalent to the -o/--format option. Accounted for the new env var in the test suite. 6063
-