- 06 Jan, 2016 1 commit
-
-
Morris Jette authored
Add an "scontrol top <jobid>" command to re-order the priorities of a user's pending jobs. May be disabled with the "disable_user_top" option in the SchedulerParameters configuration parameter. bug 1133
-
- 05 Jan, 2016 3 commits
-
-
Morris Jette authored
Add some more comments to identify RPC code numeric values Put the number to string mapping into numeric order and add some numbers in the comments
-
Morris Jette authored
Conflicts: NEWS src/plugins/burst_buffer/cray/burst_buffer_cray.c src/plugins/burst_buffer/generic/burst_buffer_generic.c
-
Morris Jette authored
Don't decrease a pool's "used_space" below the amount we believe has been allocated in case there is a buffer allocation in progress while the _load_state() function is running. Initialize a mutex Move loading of state_save_location earlier
-
- 04 Jan, 2016 6 commits
-
-
Morris Jette authored
-
Morris Jette authored
The partition-specific SelectTypeParameters parameter can now be used to change the memory allocation tracking specification in the global SelectTypeParameters configuration parameter. Supported partition-specific values are CR_Core, CR_Core_Memory, CR_Socket and CR_Socket_Memory. If the global SelectTypeParameters value includes memory allocation management and the partition-specific value does not, then memory allocation management for that partition will NOT be supported (i.e. memory can be over-allocated). Likewise the global SelectTypeParameters might not include memory management while the partition-specific value does. bug 2239
-
Morris Jette authored
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
If a reservation's nodes value is "all" then track the current nodes in the system, even if those nodes change. Nodes will automatically be added to or removed from a reservation when slurm.conf changes. bug 2204
-
- 02 Jan, 2016 1 commit
-
-
Brian Christiansen authored
Bug 2281
-
- 31 Dec, 2015 5 commits
-
-
Tim Wickberg authored
-
jette authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Rename the variable to match rest of codebase while here. This is related to bug 2295, although snprintf() protects against buffer overflow in 15.08 and up.
-
Morris Jette authored
If burst buffer space is reserved through an advanced reservation then reduce the space reserved by the amount of space already allocated to jobs running in that reservation.
-
- 30 Dec, 2015 14 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
Previous logic had a window between a job's allocation of burst buffer resources and those resources being recorded in use. During that interval, those same resources could be allocated (again) to another job. This change eliminates the race condition.
-
Morris Jette authored
-
Morris Jette authored
-
David Bigagli authored
-
David Bigagli authored
This reverts commit 2d13e016.
-
David Bigagli authored
This reverts commit 3300184a.
-
David Bigagli authored
-
David Bigagli authored
-
Morris Jette authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 29 Dec, 2015 10 commits
-
-
Morris Jette authored
Make advanced reservation logic work for altternate pool names. If no pool specified, use default pool
-
Morris Jette authored
Burst buffer advanced reservation units treated as bytes (per documentation) rather than GB.
-
Deric Sullivan authored
-
Alejandro Sanchez authored
time.
-
Danny Auble authored
nojobs.
-
Thomas Cadeau authored
-
Morris Jette authored
Rename avail_space to total_space and correct value displayed by scontrol show burst
-
Danny Auble authored
-
Tim Wickberg authored
-
Morris Jette authored
Support per-pool granularity logic
-