- 14 Oct, 2013 1 commit
-
-
jette authored
The pending jobs will have their reservation info removed bug 455
-
- 11 Oct, 2013 7 commits
-
-
Morris Jette authored
Increase maximum number of hostlist ranges from 12k to 64k and use malloc to allocate memory rather than using the stack bug 458
-
Morris Jette authored
Initiate jobs pending to run in a reservation as soon as the reservation becomes active. Partial fix for bug 455
-
Morris Jette authored
Revert commit 626be3ea It was causing stack overflow and memory corruption
-
Martin Perry authored
-
Morris Jette authored
Previous logic only reported un-reserved node map. New logging adds information about each job testing and where/when it is scheduled resources.
-
Danny Auble authored
-
Danny Auble authored
slurm.conf when using the DBD.
-
- 10 Oct, 2013 4 commits
-
-
jette authored
Induced by bf_continue option and deleting a partition.
-
jette authored
-
Danny Auble authored
-
Danny Auble authored
to NULL. At least if you try the compiler gives this warning warning: left-hand operand of comma expression has no effect [-Wunused-value] In 13.12 this is treated as an error
-
- 09 Oct, 2013 7 commits
-
-
David Bigagli authored
to reflect only the latest supported format.
-
Martin Perry authored
-
Morris Jette authored
if bf_continue option is configured and slurm is reconfigured during one of the sleep cycles, then the backfill scheduler will reference an invalid partition pointer.
-
Morris Jette authored
-
Ralph Castain authored
-
Morris Jette authored
Result of bad merge
-
Morris Jette authored
Previous logic would place more tasks on each node than specified by --ntasks-per-node, using fewer nodes than desired. This only happens with exclusive node allocations (e.g. in partition configuration Shared=Exclusive).
-
- 08 Oct, 2013 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
EpilogSlurmctld pthread is passed required arguments rather than a pointer to the job record, which under some conditions could be purged and result in an invalid memory reference.
-
- 07 Oct, 2013 1 commit
-
-
David Bigagli authored
-
- 03 Oct, 2013 13 commits
-
-
Rod Schultz authored
-
Morris Jette authored
salloc command not supported
-
Morris Jette authored
-
David Bigagli authored
segfault.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
This reverts commit 18b59d5d to avoid breaking anything that parses sbatch/salloc/srun output bug 438
-
Morris Jette authored
-
Morris Jette authored
Error message changed from Missing time limit to Job submission rejected due to missing time limit bug 438
-
Morris Jette authored
-
Morris Jette authored
Make man page match the code (SLURM_STEP_ID is meant to replace SLURM_STEPID).
-
- 02 Oct, 2013 5 commits
-
-
David Bigagli authored
is not parsed correctly.
-
Morris Jette authored
gres/gpu and gres/mic - Do not treat the existence of an empty gres.conf file as a fatal error. There may be no gres devices on that node so we do not require the file. Assume gres counts of zero if no file.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
This has been seen only in slurmstepd with --enable-memory-leak-debug enabled at slurmstepd shutdown time on the smd cluster with Linux 3.8.0-23-generic #34-Ubuntu SMP Wed May 29 20:22:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
-