- 15 Jun, 2018 18 commits
-
-
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 10 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
-
Morris Jette authored
Coverity CID 186552
-
Morris Jette authored
Identical problem in 3 related functions. Coverity CID 186550,186553, 186554
-
Morris Jette authored
-
- 12 Jun, 2018 9 commits
-
-
Morris Jette authored
-
Morris Jette authored
Note there was a bug in the configuration parsing logic to get the partition's DefMemPerGPU (it was stored in the field for DefCpuPerGPU).
-
Danny Auble authored
-
Danny Auble authored
Bug 5286
-
Boris Karasev authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Tim Wickberg authored
RHEL 6 (and related) use lua as the package name, test if that package exists with a version >= 5.1 if the other tests have already failed. Bug 5263.
-
- 11 Jun, 2018 1 commit
-
-
Morris Jette authored
This avoid queueing jobs that can not run due to a gres limit.
-