- 03 Jan, 2018 3 commits
-
-
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.
-
- 28 Dec, 2017 2 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
_run_prog() executes after a fork(), if some thread in the parent was holding slurm_conf_lock() it would never be released, and the child will deadlocked. Already fixed for 17.11 by commit e205eeaf, this backports just the change for _run_prog(). Bug 4562.
-
- 18 Dec, 2017 1 commit
-
-
Morris Jette authored
-
- 15 Dec, 2017 1 commit
-
-
Morris Jette authored
This adds support for the --bb option "access_mode" in addition to "access" for better compatability with Cray's DataWarp options. Related to bug 4528
-
- 12 Dec, 2017 1 commit
-
-
Morris Jette authored
-
- 09 Dec, 2017 1 commit
-
-
Tim Wickberg authored
Remove errant '2' from the macro name.
-
- 08 Dec, 2017 1 commit
-
-
Danny Auble authored
In 1.10+ they changed the hid_t from an int to a long int which messes things up as they use the top 32 bits for stuff right off the bat. This fixes the scenario by handing the number with a int32_t instead of an int. Bug 3795
-
- 05 Dec, 2017 1 commit
-
-
Alejandro Sanchez authored
Since NO_VAL = SLURM_BATCH_SCRIPT, the else statement would only compare the job_id and not the step_id, thus when a batch step was removed all the steps from that job would be removed too. Then when attempting to remove the extern step in the next iteration, it was already removed and we were incorrectly erroring out. Bug 4458.
-
- 30 Nov, 2017 1 commit
-
-
Alejandro Sanchez authored
Fix memory leak of MailDomain configuration string when slurmctld daemon is reconfigured. bug 4272 (comment 35)
-
- 29 Nov, 2017 1 commit
-
-
Brian Christiansen authored
slurm_load_job() prior to 17.11 returns the error code in errno and not in rc. With the addition of 47175901 if a job is removed from memory before sbatch checks for the job again, sbatch could get in an loop checking for the job. This only happens if you have a very small MinJobAge (<10) -- which is not recommended.
-
- 28 Nov, 2017 12 commits
-
-
Doug Jacobsen authored
Bug 4445
-
Doug Jacobsen authored
Bug 4444
-
Danny Auble authored
Bug 4323
-
Morris Jette authored
Bug 4299
-
Felip Moll authored
Bug 4299
-
Felip Moll authored
Bug 4299
-
Doug Jacobsen authored
bug 4442
-
Doug Jacobsen authored
Bug 4440
-
Doug Jacobsen authored
bug 4443
-
Doug Jacobsen authored
bug 4441
-
Isaac Hartung authored
Bug 4306.
-
Danny Auble authored
to start. Bug 4434
-
- 27 Nov, 2017 1 commit
-
-
Doug Jacobsen authored
Bug 4433.
-
- 22 Nov, 2017 1 commit
-
-
Felip Moll authored
Bug 4404.
-
- 10 Nov, 2017 2 commits
-
-
Felip Moll authored
Bug 4323.
-
Isaac Hartung authored
This now matches the sinfo documentation. Bug 4306.
-
- 07 Nov, 2017 2 commits
-
-
Alejandro Sanchez authored
Issue could be triggered when updating a partition node(s) with node(s) that were already in the partition, incorrectly increasing the node_record->part_cnt (number of associated partitions) and thus incorrectly extending the array of pointers to partitions associated with this node, leading to an array with repeated associated partitions pointers. Bug 4318.
-
Brian Gilmer authored
On CLE 6.0 mungedir is /usr; a 'module unload' call then removes /usr/bin from PATH which is rather inconvenient. Bug 4334.
-
- 05 Nov, 2017 2 commits
-
-
Tim Wickberg authored
This needs to be an email address, but slurm-dev (now slurm-users) will drop postings from non-subscribors. Just drop the setting instead.
-
Tim Wickberg authored
Mailing list has been renamed. Update links. Drop Gmane link, as they apparently stopped archiving things over a year ago, and the relay point has now been dropped from the slurm-users list. Drop mentions of emailing slurm-dev from the FAQ. The mailing list auto-discards anything from non-subscribors.
-
- 03 Nov, 2017 1 commit
-
-
Isaac Hartung authored
Memory TRES was getting the pn_min_memroy value when updating the job. But the TRES memory value is the total memory of the job (e.g pn_min_memory * cpus || pn_min_memory * nodes). Bug 4177
-
- 01 Nov, 2017 6 commits
-
-
Marshall Garey authored
Bug 4172
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
This reverts commit f07514c0.
-
Tim Wickberg authored
-