- 04 Jan, 2018 8 commits
-
-
Morris Jette authored
-
Morris Jette authored
These tests were failing on a single node cluster
-
Isaac Hartung authored
-
Danny Auble authored
-
Morris Jette authored
-
Jeff Frey authored
Refactor logging logic to avoid possible memory corruption on non-x86 architectures. bug 4469
-
Alejandro Sanchez authored
There are out of memory conditions where spikes of memory usage hit the limit set. When this happens (failcnt > 0), the Kernel might be able to reclaim unused pages and the process can continue without oom-killer actually killing the process. This may or may not result in an app problem, thus we want to better clarify the message. A separate bug will track the potential addition of a new feature to better discern memory limits being hit from oom-killer actually killing the process. There are mechanisms to register a notifier through the cgroup.event_control control file, so that the application can be notified through eventfd when OOM-Killer actually kills the process. Bug 3820.
-
Alejandro Sanchez authored
Link published to the slurm-users list by Ralph Castain: https://pmix.github.io/pmix/how-to
-
- 03 Jan, 2018 19 commits
-
-
Jeff Frey authored
bug 4469
-
Dominik Bartkiewicz authored
-
Danny Auble authored
only affects current 17.11 users tracking licenses or GRES in the database. Bug 4553
-
Dominik Bartkiewicz authored
bug 4469
-
Danny Auble authored
-
Danny Auble authored
# Conflicts: # src/plugins/accounting_storage/mysql/accounting_storage_mysql.c
-
Morris Jette authored
-
Danny Auble authored
increment ids for the tres_table. Bug 4553 Turns out auto_increment=# doesn't work in MySQL at the time of writing but does work correctly in MariaDB >=10.2.4+ See bug for more information.
-
Danny Auble authored
This reverts commit 12794fb0.
-
Danny Auble authored
increment ids for the tres_table. Bug 4553 Turns out auto_increment=# doesn't work in MySQL at the time of writing but does work correctly in MariaDB >=10.2.4+ See bug for more information.
-
Morris Jette authored
-
Morris Jette authored
Bug 4555
-
Alejandro Sanchez authored
Bug 4558.
-
Morris Jette authored
to replace DOWN or DRAINED nodes. Bug 4537
-
Morris Jette authored
If running on a single node cluster with an epilog, the delay could cause this test to fail
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Coverity CID 181852
-
- 02 Jan, 2018 10 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Yong Qin authored
-
Morris Jette authored
Bug 4566
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Bug 4529
-
Danny Auble authored
Bug 4564
-
- 28 Dec, 2017 3 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
_run_prog() executes after a fork(), if some thread in the parent was holding slurm_conf_lock() it would never be released, and the child will deadlocked. Already fixed for 17.11 by commit e205eeaf, this backports just the change for _run_prog(). Bug 4562.
-