- Jan 31, 2019
-
-
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
-
- Jan 30, 2019
-
-
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
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
Force intermediate values to uint64_t to catch the potential overflow. CVE-2019-6438.
-
Tim Wickberg authored
-