- 28 Nov, 2017 16 commits
-
-
Brian Christiansen authored
Continuation of d4a485d2
-
Tim Wickberg authored
Fix regression added in commit 9df82091. Bug 4406.
-
Marshall Garey authored
to fix issue where job ordering causes wrong unused wall. The "order by" part of the original sql query was wrong. I had a situation where I had 2 jobs in an updated reservation, but instead of adding their times together, they were overwriting their times. This happened because of the ordering of the rows, where the reservation got split up because of the "order by job.time_start". That was simply wrong. Bug 4406
-
Danny Auble authored
# Conflicts: # src/slurmd/slurmd/req.c
-
Danny Auble authored
to start. Bug 4434
-
Dominik Bartkiewicz authored
Fix regression from commit 549e2372. Bug 4423
-
Tim Wickberg authored
-
Pär Lindfors authored
Bug 4424.
-
Tim Wickberg authored
This reverts commit 6bb79d85.
-
Danny Auble authored
-
Brian Christiansen authored
-
Danny Auble authored
Bug 4405
-
Danny Auble authored
-
Marshall Garey authored
Bug 4406
-
Danny Auble authored
-
Marshall Garey authored
Bug 4405
-
- 27 Nov, 2017 17 commits
-
-
Tim Wickberg authored
Follow on to a37f8a1d for slurm.spec.
-
Pär Lindfors authored
Avoid duplicating this logic in the Source and setup definitions. Bug 4421.
-
Pär Lindfors authored
%systemd_preun_with_restart was a typo, replace with correct %systemd_postun_with_restart macro. Bug 4421.
-
Tim Wickberg authored
This reverts commit 29ac92fc. Restore the expected and long-standing practice of having the main slurm package own /etc/slurm. Bug 4421.
-
Tim Wickberg authored
-
Doug Jacobsen authored
Bug 4433.
-
Danny Auble authored
since the ABI could change from one version to the other. Bug 4435
-
Felip Moll authored
Bug 4431
-
Danny Auble authored
This primarily happens regularly if PrologFlags=contain Where the output has a nodename (and usually a number in it) Normal output is salloc: Granted job allocation 31159 1 but if the allocation is delayed you get output like salloc: Granted job allocation 31161 salloc: Waiting for resource configuration salloc: Nodes snowflake4 are ready for job 1 salloc: Relinquishing job allocation 31161 Where the test would key on the number in snowflake4 and fail. This change makes it so the number has to be the first thing seen.
-
Tim Wickberg authored
-
Pär Lindfors authored
With the change to dynamic linking for libslurmfull, all packages must match not just the API version but the exact release. Set this for all sub-packages in accordance with the Fedora packaging guidelines. Bug 4426.
-
Morris Jette authored
-
Dominik Bartkiewicz authored
bug 4356
-
Tim Wickberg authored
Continue to build with OpenSSL by default, which can be disabled with --without openssl. No behavioral change. Bug 4428.
-
Alejandro Sanchez authored
_top_priority() is used to determine at job allocation time (called from job_allocate()) if any other job has a higher priority than the specified job being allocated. If so, it sets the job state_reason to WAIT_PRIORITY. This patch skips the priority comparison if the two jobs being compared are pack job components from the same heterogeneous job. Bug 4400.
-
Morris Jette authored
Global replace operation made some undesired changes
-
Felip Moll authored
bug 4247
-
- 24 Nov, 2017 3 commits
-
-
Dominik Bartkiewicz authored
in _unpack_node_info_members(). Bug 4389
-
Danny Auble authored
Add special case for SELECT_PLUGIN_CRAY_CONS_RES, SELECT_PLUGIN_CRAY_LINEAR to select_get_plugin_id_pos() Bug 4389
-
Brian Christiansen authored
If a pending federated job exists on clusters 2 and 3 and squeue is run from cluster 1 then the active siblings can come and go depending on which cluster returns the job info first and depending if that cluster is the origin cluster or not. The origin cluster only knows where the active siblings are.
-
- 22 Nov, 2017 4 commits
-
-
Brian Christiansen authored
from status commands. Bug 4341
-
Danny Auble authored
Add in strong_alias calls so these functions will appear in libslurm and not just libslurmfull. Otherwise test7.3 can fail due to a missing symbol if a gpu gres is allocated to the job. Bug 4415.
-
Tim Wickberg authored
-
Felip Moll authored
Bug 4404.
-