- Nov 29, 2016
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- Nov 28, 2016
-
-
Alejandro Sanchez authored
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
Bug 3267.
-
Dominik Bartkiewicz authored
Termination can race against step creation if, e.g., ill-behaved SPANK plugins are in use. Bug 3248.
-
- Nov 23, 2016
-
-
Danny Auble authored
-
- Nov 22, 2016
-
-
Morris Jette authored
sched/backfill plugin: Make malloc match data type (defined as uint32_t and allocated as int). No failures observed, if type "int" is smaller than "uint32_t", it could result in an invalid memory reference.
-
Sergey Meirovich authored
Fix API call: slurm_job_cpus_allocated_str_on_node_id() and in turn slurm_job_cpus_allocated_str_on_node() to return correct results for anything but first node. This was caused by missed logic to calculate fist bit belongs to particular node. Lookup was always starting from bit 0. Bug 3266.
-
Morris Jette authored
After one second of wall time, simulate the termination of all remaining running jobs in order to respond in a reasonable time frame. bug 3275
-
Morris Jette authored
Modify backfill algorithm to improve performance with large numbers of running jobs. Group running jobs that end in a "similar" time frame using a time window that grows exponentially rather than linearly. The original window sizes were (in units of minutes): 0, 1, 2, 3, 4, 5, 6, 7, ... minutes The new window sizes are: 0.5, 1, 2, 4, 8, 16, 32, ... minutes This can dramatically reduce the number of instances where the very time consuming "can the pending job run now" operation is executed, especailly if there are 1000+ running jobs. bug 3275
-
Nicolas Joly authored
-
- Nov 20, 2016
-
-
Morris Jette authored
-
- Nov 15, 2016
-
-
Tim Wickberg authored
Prevent a scrollbar from appearing on the SchedMD logo in the top left.
-
- Nov 14, 2016
-
-
Morris Jette authored
If a node is booting for some job, don't allocate additional jobs to the node until the boot completes. but 3256
-
Danny Auble authored
-
Danny Auble authored
doing an upgrade. It isn't advised. Do one then the other. Basically if you are using the mysql plugin make sure you add the cluster to the system as the mysql plugin doesn't do that explicitly. Bug 3131
-
Brian Christiansen authored
-
Danny Auble authored
and you wouldn't be able to read anything after the cut.
-
- Nov 13, 2016
-
-
Alejandro Sanchez authored
Found with valgrind. Bug 2846.
-
Danny Auble authored
-
- Nov 12, 2016
-
-
Danny Auble authored
-
- Nov 11, 2016
-
-
Morris Jette authored
Move where we set the configuration table bitmaps in order to support the backup slurmctld starting and recovering previously saved KNL mode information (which can necessitate rebuilding the node configuration table). bug 3241
-
Danny Auble authored
-
Tim Wickberg authored
Bug 3255.
-
Tim Wickberg authored
-
Morris Jette authored
-
Alejandro Sanchez authored
No functional change. Bug 3237.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Page needs to display properly even if the CDN gets rid of this, or for machines with no internet connectivity. Fix a few minor style issues, and remove some unused javascript.
-
Tim Wickberg authored
Change header and footer over to new design, switch around the css files, and adjust the build system to match. Design by Grant Zabriskie.
-
Tim Wickberg authored
Stop bundling the file in docs (will be preserved on SchedMD site, and is in git), and unlink from build.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
Request will be rejected without type specification
-
David Gloe authored
Bug 3253.
-
- Nov 10, 2016
-
-
Tim Wickberg authored
If the input value mod 512 == 0, the value would be subject to unintended rounding. Rework the function to check against this on each unit promotion. Bug 3252.
-