- 05 Jan, 2018 9 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 4448
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
# Conflicts: # NEWS
-
Danny Auble authored
-
Danny Auble authored
-
Alejandro Sanchez authored
Updated also some link references as agreed by e-mail with R. Castain. Continuation of bbfd1890.
-
- 04 Jan, 2018 16 commits
-
-
Danny Auble authored
-
Morris Jette authored
This should have been part of commit 75f0789d bug 4531
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
bug 4575
-
Danny Auble authored
Update slurm.spec and slurm.spec-legacy as well
-
Dominik Bartkiewicz authored
Add job state flag of "SIGNALLING" to avoid race condition with multiple SIGSTOP/SIGCONT signals for the same job being active at the same time. bug 4531
-
Marshall Garey authored
Logic was backwards before. Bug 4459.
-
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 15 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
-