- Jan 12, 2018
-
-
Tim Wickberg authored
Otherwise undocumented, and does not do anything. Will be removed in 18.08.
-
Morris Jette authored
-
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
-
Morris Jette authored
This fixes the problem introduced in by commit 777a45f9 and maintains proper PMIx operation. bugs 4132 and 4615
-
- Jan 11, 2018
-
-
Morris Jette authored
-
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
-
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.
-
- Jan 10, 2018
-
-
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
-
- Jan 09, 2018
-
-
Brian Christiansen authored
slurmdb_pack_assoc_usage() will assert with a NULL usage ptr.
-
Brian Christiansen authored
7d9a75df uncovered that slurmdb_pack_assoc_usage() expects a usage ptr.
-
Philip Kovacs authored
Bug 4469
-
Dominik Bartkiewicz authored
-
Danny Auble authored
This is a continuation to c539d346 where this should had been removed in the first place.
-
- Jan 08, 2018
-
-
Dominik Bartkiewicz authored
Bug 4127
-
Brian Christiansen authored
-
Alejandro Sanchez authored
bug 4539
-
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
-
- Jan 06, 2018
-
-
Marshall Garey authored
Bug 4329 Bug 4312
-
- Jan 05, 2018
-
-
Morris Jette authored
-
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
-
Alejandro Sanchez authored
Updated also some link references as agreed by e-mail with R. Castain. Continuation of bbfd1890.
-
- Jan 04, 2018
-
-
Morris Jette authored
-
Danny Auble authored
Update slurm.spec and slurm.spec-legacy as well
-
Marshall Garey authored
Logic was backwards before. Bug 4459.
-
Morris Jette authored
These tests were failing on a single node cluster
-
Isaac Hartung authored
-
Danny Auble authored
-
Jeff Frey authored
Refactor logging logic to avoid possible memory corruption on non-x86 architectures. bug 4469
-