- 17 Sep, 2016 24 commits
-
-
Danny Auble authored
the function.
-
Danny Auble authored
-
Danny Auble authored
the wire.
-
Danny Auble authored
the wire.
-
Danny Auble authored
-
Danny Auble authored
persist_conn instead.
-
Danny Auble authored
-
Danny Auble authored
code.
-
Danny Auble authored
functions.
-
Danny Auble authored
-
Danny Auble authored
structure itself.
-
Danny Auble authored
to be able to simplify this structure to use a persist_conn later.
-
Danny Auble authored
the receiving end use the same structure.
-
Danny Auble authored
dbd_init messages. Should work with 16.05 sacct/slurmctlds using the old messages.
-
Danny Auble authored
this in the future. Should be easy to move to the end. Wasn't sure why it was looked at at the beginning.
-
Danny Auble authored
of the local functions. There will be more removal from the slurmdbd_defs files in the future as the persist_conn logic grows.
-
Danny Auble authored
-
Danny Auble authored
msg_type first. So we add this to the header to make it so.
-
Danny Auble authored
will be going away in later commits (pack anyway) so that is why we don't versionize the pack.
-
Danny Auble authored
the twain shall meet.
-
Danny Auble authored
for messages that have already been received.
-
Danny Auble authored
slurmdbd communication code.
-
Morris Jette authored
-
Morris Jette authored
Restore ability to manually power down nodes, broken in 15.08.12 in commit b4904661 The patch introduced in commit b4904661 (not powering down dead node) has a bad side effect. Adding the "(node_ptr->last_idle != 0)" condition prevents from powering down nodes with the following command: scontrol update nodename=nX state=power_down because the state update function relies on zeroing the "last_idle" variable when a power_down is requested (see src/slurmctld/node_mgr.c, line 1589). Reverting this commit should solve the problem...but I let you decide... Didier GAZEN
-
- 16 Sep, 2016 3 commits
-
-
Morris Jette authored
-
Gennaro Oliva authored
bug 3093
-
Morris Jette authored
node_features/knl_cray: If a node is rebooted outside of Slurm's direction, update it's active features with current MCDRAM and NUMA mode information. bug 3071
-
- 15 Sep, 2016 4 commits
-
-
Tim Wickberg authored
Will be appended to usernames if --mail-user is not explicitly set for the job and email notifications are requested. Bug 3089.
-
Morris Jette authored
Fix race condition that could result in MCDRAM state information coming from capmc rather than cnselect (used state for next boot rather than latest boot). bug 3080
-
Tim Wickberg authored
-
Nicolas Joly authored
-
- 14 Sep, 2016 3 commits
-
-
Alejandro Sanchez authored
No functional change, just silencing the warning message in this instance. Bug 3079.
-
Tim Wickberg authored
Fix some whitespace on line endings while here.
-
Alejandro Sanchez authored
Bug 3073.
-
- 13 Sep, 2016 3 commits
-
-
Tim Wickberg authored
Coverity 147131, 147130, 147129.
-
Morris Jette authored
These functions needed to get change from 32-bit to 64-bit, but were not addressed in earlier work.
-
Morris Jette authored
Change some print formats from "%ld" to "%"PRIi64 to avoid build warnings.
-
- 12 Sep, 2016 3 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
0x000000008fffffff is wrong and produces some weird side-effects.
-