- 31 Jan, 2019 30 commits
-
-
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
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 30 Jan, 2019 10 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
And safe_xmalloc and try_xmalloc as well. Change slurm_xcalloc() function signature to indicate whether failure should return NULL or cause a fatal() error. Use that for these new macros.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Use this instead of handling the multiplication ourselves. This lets us check for potential problems from integer overflow, and IMNSHO makes the code look a lot tidier. Rework xmalloc() and xmalloc_nz() macros in terms of slurm_xcalloc(). Bug 6310.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-