- 07 Jan, 2016 7 commits
-
-
Danny Auble authored
if it is a script or not.
-
Danny Auble authored
-
Danny Auble authored
After that ignore them.
-
Brian Christiansen authored
-
Morris Jette authored
Print step id value as "batch" rather than 4294967294 bug 2296
-
Morris Jette authored
-
Morris Jette authored
Add "features_act" field (currently active features) to the node information. Output of scontrol, sinfo, and sview changed accordingly. The field previously displayed as "Features" is now "AvailableFeatures" while the new field is displayed as "ActiveFeatures".
-
- 06 Jan, 2016 8 commits
-
-
Danny Auble authored
-
Danny Auble authored
commit.
-
Nathan Yee authored
partition limit.
-
Tim Wickberg authored
cnodes can be reserved directly since 14.11. The plugin itself printed warnings that it would be removed circa 15.08, following through before 16.05.
-
Brian Gilmer authored
Cray: Not running the Node Health Check after every job and step is now the default. Configure SelectTypeParameters with the NHC and/or NHC_STEP to run them.
-
Morris Jette authored
-
Morris Jette authored
-
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 10 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
-