- 22 Nov, 2016 10 commits
-
-
Danny Auble authored
srun -n8 -c1 --spread-job --hint=nomultithread whereami | sort -h would cause a core dump because the wrong variable was setup.
-
Danny Auble authored
messages. Hopefully this will reduce the number of messages lost when filling up memory when the database/DBD is down.
-
Morris Jette authored
-
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
-
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
-
Tim Wickberg authored
-
- 21 Nov, 2016 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
Modify several NEWS items for greater clarity.
-
Tim Wickberg authored
Dead code, except for four uses of safe_pack8 and one safe_pack16. Convert those to the pack8/16 calls directly.
-
- 20 Nov, 2016 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
- 18 Nov, 2016 7 commits
-
-
Roland Fehrenbacher authored
On some distributions (notably Ubuntu xenial), the mariadb client dev package doesn't include a compatibility link for mysql_config. This patch makes configure look for mariadb_config as an alternative and allows building the mysql plugins against mariadb client libs.
-
Morris Jette authored
This changes a <= to <, although it doesn't really change functionality in practice.
-
Morris Jette authored
Add new PriorityFlags option of INCR_ONLY, which prevents a job's priority from being decremented. Added for NERSC
-
Brian Christiansen authored
Rework 84966568, 5510e7d3 so that it reduces the number of else statements.
-
Morris Jette authored
-
Morris Jette authored
-
Thomas Opfer authored
Bug 3271
-
- 15 Nov, 2016 1 commit
-
-
Tim Wickberg authored
Prevent a scrollbar from appearing on the SchedMD logo in the top left.
-
- 14 Nov, 2016 6 commits
-
-
Morris Jette authored
-
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.
-
- 13 Nov, 2016 2 commits
-
-
Alejandro Sanchez authored
Found with valgrind. Bug 2846.
-
Danny Auble authored
-
- 12 Nov, 2016 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
-
- 11 Nov, 2016 6 commits
-
-
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
-
Morris Jette authored
-