- 07 Aug, 2018 4 commits
-
-
Alejandro Sanchez authored
No functional change. Bug 4373.
-
Alejandro Sanchez authored
No functional change. Bug 4373.
-
Marshall Garey authored
Bug 5481.
-
Dominik Bartkiewicz authored
for an allocation. Bug 5293
-
- 06 Aug, 2018 7 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
when validating memory limits Continuation of b502d179
-
Tim Wickberg authored
Do not use slurm_send_only_node_msg(). There is no way to tell if the srun has received the message before the socket is shutdown if we do not wait to receive data. Use slurm_send_recv_rc_msg_only_one() instead, and send back a response from the other side. We still need the older (and unreliable) behavior when talking to older srun client commands, so make this change dependent on the protocol_version field in the message. Bug 5164.
-
Tim Wickberg authored
Bug 5164.
-
Tim Wickberg authored
-
Marshall Garey authored
Previously only a single task of a job array could preempt during backfill scheduling. This allows multiple tasks to preempt and have resources reserved in backfill. Bug 5405.
-
Brian Christiansen authored
This appears to be an oversight of 865338c7 where the cont_id check was changed from NO_VAL64 to INFINITE64. The cont_id is initialized to NO_VAL64 in src/common/slurm_jobacct_gather.c.
-
- 04 Aug, 2018 2 commits
-
-
Tim Wickberg authored
-
Jason Booth authored
The getopt format string needs to handle an option here, and the --help output had not been corrected after 99b2c4e8. Bug 5522.
-
- 03 Aug, 2018 5 commits
-
-
Marshall Garey authored
Bug 5527.
-
Tim Wickberg authored
-
Jason Booth authored
for displaying unformtted timelimit numbers. Bug 5407
-
Brian Christiansen authored
Bug 5523
-
Brian Christiansen authored
Bug 5523
-
- 02 Aug, 2018 22 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Brian Christiansen authored
CID 187301
-
Brian Christiansen authored
CID 187302
-
Danny Auble authored
Bug 5308
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
be lost and would remain pending with no way to continue. This causes issues when dealing with TRES since the first message going out would be the registration message to get said TRES. Since this never gets sent any step start would segfault on the matter.
-
Danny Auble authored
Bug 5094
-
Thomas Cadeau authored
-
Thomas Cadeau authored
Bug 5094
-
Thomas Cadeau authored
Bug 5094
-
Tim Wickberg authored
-
Brian Christiansen authored
-
Morris Jette authored
-
Morris Jette authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
to dictate what state of node is after reboot.
-
Brian Christiansen authored
update_node_msg_t->node_state is uint32_t but we were putting a uint16_t into it. NO_VAL16 wouldn't have gone up to the controller.
-