- 24 Oct, 2017 7 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 4246
-
Brian Christiansen authored
Bug 4246
-
Brian Christiansen authored
when a job spans a reservation that was modified (multiple records for the same reservation). Bug 4246
-
Brian Christiansen authored
Bug 4246
-
Morris Jette authored
-
Alejandro Sanchez authored
Down waking nodes right after ResumeTimeout has been reached if they are not responding. Otherwise we have to wait for ping_nodes() to handle this work, thus SlurmdTimeout comes into play giving the sensation to the end user that nodes got stuck in ALLOCATED# and job in CF state until ping_nodes() decides to mark them DOWN and requeue the job. Bug 4182
-
- 23 Oct, 2017 13 commits
-
-
Tim Wickberg authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
This restores the ability of a 17.02 or 16.05 srun to be able to talk to a 17.11 slurmctld.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
BLCR is deprecated, and will require both --with-blcr and --enable-deprecated options to configure to enable.
-
Morris Jette authored
-
Tim Wickberg authored
-
Tim Wickberg authored
This is an "unsigned long", which is not always equal to "%"PRIu64.
-
Tim Wickberg authored
Thrown by gcc 4.9.2 on ppc64.
-
Tim Wickberg authored
-
Tim Wickberg authored
- %lu and casting to unsigned long will truncate values > 2TB - Format of %.4g for (unsigned long) totalram is incorrect. And casting to (unsigned long) is incorrect anyways. - %lu for memory_swappiness was incorrect, this is (uint64_t) not (unsigned long) - don't print memory_swappiness as hex, instead indicate if set or not, and avoid printing NO_VAL64 if not set - fix spacing and spread out the ternary operators
-
- 20 Oct, 2017 6 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Felip Moll authored
Bug 5408.
-
Alejandro Sanchez authored
-
Alejandro Sanchez authored
Bug 3851.
-
- 19 Oct, 2017 14 commits
-
-
Morris Jette authored
-
Morris Jette authored
Update to commit 859f6c82
-
Tim Wickberg authored
-
Morris Jette authored
SIGUSR2 in slurmd would re-open the logging files on signal-driven basis, possibly resulting in deadlock due to interrupting a running thread. bug 4281
-
Tim Wickberg authored
Use %m instead, and print the raw number for posterity. CID 178117
-
Tim Wickberg authored
CID 178118, 178119
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
-
Morris Jette authored
Coverity CID 144120
-
Morris Jette authored
Coverity CID 48915
-
Dominik Bartkiewicz authored
E.g., gpu:tesla:2 would have parsed as quantity "telsa" of gpu. Change the index value to the end of the array (-1 index value). Bug 4250.
-