- 15 Jun, 2018 31 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Also remove a call to SELECT_JOBDATA_IONODES which is a no op.
-
Tim Wickberg authored
-
Tim Wickberg authored
With BG removed, this exposes that this function call had been reused for select/alps for a different purpose. Rename the function to make this clear, and strip out some unnecessary handling in other_select() since this is a no op everywhere else.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Remove: - slurm_free_block_info_msg() - slurm_init_update_block_msg() - slurm_update_block() Leave a stubbed version of update_block_msg_t for now.
-
Tim Wickberg authored
Removed - slurm_print_block_info_msg() - slurm_print_block_info() - slurm_sprint_block_info() - slurm_get_select_jobinfo()
-
Tim Wickberg authored
-
Tim Wickberg authored
Remove select_{g,p}_pack_select_info as well.
-
Tim Wickberg authored
Update man page as well. Bump copyright on man page while here.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Remove from step_mgr.c as well - it's a no op on all non-BG systems.
-
Tim Wickberg authored
-
Tim Wickberg authored
select_g_ba_init() in select/alps still needed for now, but it does not allocate any dynamic memory and thus the fini() call can be removed.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 14 Jun, 2018 2 commits
-
-
Felip Moll authored
sched/backfill: Reset job time limit if needed for deadline scheduling. bug 5183
-
Morris Jette authored
- validate more GRES limits - merge generic parameters generic (e.g. "gpu") cpus-per-tres and mem-per-tres values will be merged as needed to type-specific (e.g. "gpu:volta") specifications.
-
- 13 Jun, 2018 7 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Do not allow Operators to set this at submit time. Bug 5306.
-
Tim Wickberg authored
I do not see a use for this syntax, especially given that it appends an extra comma in between the two halves. Only allow the full string to change to put this in line with the Comment handling. Remove special handling of an identical AdminComment as well, since the end result is unchanged, and this avoids a potentially expensive xstrcmp call. Bug 5306.
-
Tim Wickberg authored
These applied further below, but have been superceeded by a better commend anyways.
-
Morris Jette authored
-
Morris Jette authored
Coverity CID 186551 and 186556
-