- 18 Jan, 2018 5 commits
-
-
Felip Moll authored
Bug 4620
-
Danny Auble authored
Bug 4620
-
Danny Auble authored
find jobs that ran on specific nodes. Bug 4602
-
Danny Auble authored
This isn't a real problem, but older compilers will complain about it. Newer compilers know in order to get into the place it could be used 'have_count' would have to be set. If that is set then feature_list would also be set.
-
Danny Auble authored
itself. Bug 4638
-
- 16 Jan, 2018 3 commits
-
-
Morris Jette authored
Fix output file containing "%t" (task ID) for heterogeneous job step to be based upon global task ID rather than task ID for that component of the heterogeneous job step.
-
Danny Auble authored
-
Morris Jette authored
Fix for possible memory corruption in srun when running heterogeneous job steps. bug 4626
-
- 12 Jan, 2018 6 commits
-
-
Dominik Bartkiewicz authored
This partially reverts 89bcd975 and aac6bd39 Turns out you can't use a list_for_each and lock something inside the list_for_each function that does a lock without the write lock. Bug 4611
-
Danny Auble authored
This reverts commit ff3e77f4.
-
Danny Auble authored
This partially reverts 89bcd975 and aac6bd39 Turns out you can't use a list_for_each and lock something inside the list_for_each function that does a lock without the write lock. Bug 4611
-
Morris Jette authored
-
Dominik Bartkiewicz authored
Fix job array dependency with "aftercorr" option and some task arrays in the first job fail. This fix lets all task array elements that can run proceed rather than stopping all subsequent task array elements. Bug 4590
-
Felip Moll authored
Creating a copy of the actual environment in env->env defines a new pointer, then next call to setup_env and setenvf doesn't define variables in the global environment but in this new copy. Bug 4615
-
- 11 Jan, 2018 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
node_feature/knl_cray - Fix memory leak that can occur during normal operation. This will happen when an update request for a specific node happens.
-
Morris Jette authored
-
Morris Jette authored
If CnselectPath and/or SyscfgPath defined in knl_cray.conf file and slurmctld reconfigured, the original values of those paraemters would be over-written and their memory leaked.
-
- 10 Jan, 2018 3 commits
-
-
Felip Moll authored
Use FREE_NULL_BUFFER instead, otherwise we could attempt to free_buffer a second time if we jump to the rwfail label. bug4491
-
Isaac Hartung authored
to preempt other eligible jobs. Bug 4279
-
Brian Christiansen authored
Missing from 390da8cf Bug 4595
-
- 08 Jan, 2018 3 commits
-
-
Dominik Bartkiewicz authored
Bug 4127
-
Alejandro Sanchez authored
When --mail-type option isn't requested with ARRAY_TASKS, we need somehow to summarize the different states each task finished in the array. We've added a new ARRAY_TASK_REQUEUED flag to the array_flags to indicate that at least one task was requeued. Also the logic now detects if at least one task failed and/or if otherwise all finished successfully. The patch also removes the RunTime from the the e-mail when summarizing whole array, since it doesn't make sense to specify just the RunTime of one of the tasks for this case. Patch also fixes when ARRAY_TASKS is specified, previously the mail notification for the master job task record included a range of ExitCodes for all the tasks. Since this option is not for summarizing, the patch makes it so only the range is shown when the option isn't specified. Bug 4539.
-
Morris Jette authored
Scheduling fix for changing node features without any NodeFeatures plugins. Bug 4577
-
- 05 Jan, 2018 5 commits
-
-
Morris Jette authored
-
Felip Moll authored
Avoid setting node in COMPLETING state indefinitely if the job initiating the node reboot is cancelled while the reboot in in progress. Bug introduced in commit 7d246784 Bug 4536
-
Brian Christiansen authored
Bug 4448
-
Danny Auble authored
-
Danny Auble authored
-
- 04 Jan, 2018 3 commits
-
-
Marshall Garey authored
Logic was backwards before. Bug 4459.
-
Danny Auble authored
-
Jeff Frey authored
Refactor logging logic to avoid possible memory corruption on non-x86 architectures. bug 4469
-
- 03 Jan, 2018 8 commits
-
-
Danny Auble authored
only affects current 17.11 users tracking licenses or GRES in the database. Bug 4553
-
Danny Auble authored
-
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.
-
Morris Jette authored
Bug 4555
-
Alejandro Sanchez authored
Bug 4558.
-
Morris Jette authored
to replace DOWN or DRAINED nodes. Bug 4537
-