- 19 Jan, 2018 3 commits
-
-
Alejandro Sanchez authored
Original source: https://github.com/cfenoy/influxdb-slurm-monitoring
-
Felip Moll authored
Report NodeFeatures plugin configuration with scontrol and sview commands. bug 4036
-
Morris Jette authored
-
- 18 Jan, 2018 2 commits
-
-
Danny Auble authored
Coverity 182192
-
Felip Moll authored
Bug 4621
-
- 17 Jan, 2018 6 commits
-
-
Felip Moll authored
when using multi-prog option. Bug 4621
-
Felip Moll authored
Bug 4621
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Test 3.11, file inc3.11.9 only runs for some configurations, but assumes no leading zeros in node name suffix. When run with nodes named "nid[00001-00005]", the test converted the last number to it's numeric for and as making requests for "nid[00001-5]", which would fail.
-
Morris Jette authored
-
- 16 Jan, 2018 8 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.
-
Morris Jette authored
-
Morris Jette authored
This expands some comments Explicitly sets some pointers to NULL after memcpy (these are redundant, but add clarity) and Move a memcpy to avoid modifying the wrong values
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
-
Morris Jette authored
Fix for possible memory corruption in srun when running heterogeneous job steps. bug 4626
-
- 13 Jan, 2018 3 commits
-
-
Morris Jette authored
This should never happen in practice Coverity CID 181927
-
Morris Jette authored
Coverity CID 181959
-
Morris Jette authored
Coverity CID 181960
-
- 12 Jan, 2018 18 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
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Otherwise undocumented, and does not do anything. Will be removed in 18.08.
-
Morris Jette authored
This should never happen with a valid feature specificiaton Coverity CID 181927
-
Morris Jette authored
This should not happen with a valid feature expression, but this change hardens the code Coverity CID 181926
-
Morris Jette authored
Coverity CID 181925
-
Morris Jette authored
Coverity CID 181924
-
Felip Moll authored
in the current directory but not in the --chdir specified cwd. Now srun looks for the command in specified cwd and differentiates all the possible cases where a command starts with ./ (relative), with / (absolute), and with a different char indicating a command that is in the path. Fix also for a PATH variable starting by '.', now it is relative to specified cwd. bug 4392
-
Morris Jette authored
-
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
-
Morris Jette authored
-