- 18 Oct, 2018 10 commits
-
-
Tim Wickberg authored
-
Danny Auble authored
Alongside previous commit, fixes errors like: error: acct_policy_handle_accrue_time: QOS normal accrue_cnt underflow Bug 5863.
-
Danny Auble authored
Would have been incorrectly set to 0 if begin_time hadn't been established yet. Bug 5863.
-
Tim Wickberg authored
Pull out BlueGene specific pieces of etc/init.d that are no longer relevant, and run autogen.sh to pick up the build system changes. Bug 5880.
-
Morris Jette authored
Correct spelling in symbol name
-
Tim Wickberg authored
Pull out BlueGene specific pieces of etc/init.d that are no longer relevant, and run autogen.sh to pick up the build system changes. Bug 5880.
-
Morris Jette authored
ESLURM_UNSUPPOERTED_GRES == Requested GRES option unsupported by configured SelectType plugin
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Nate Rini authored
We do not recommend use of any AuthType aside from MUNGE. (And the links here were already invalid.) Similarly, CryptoType (and associated JobCredentialPrivateKey and JobCredentialPublicCertificate options) are not generally used, and should only be set after further consultation with the docs. The only other option for CheckpointType besides checkpoint/none is blcr which is deprecated, so remove that and JobCheckpointDir as well while here. Bug 5870.
-
- 17 Oct, 2018 5 commits
-
-
Danny Auble authored
-
Dominik Bartkiewicz authored
a jobs --mem-per-cpu and also -c is greater than 1. Bug 5858
-
Brian Christiansen authored
PreserveCaseUser. Bug 5813
-
Brian Christiansen authored
Bug 5813
-
Tim Wickberg authored
Already removed from the code along with the rest of Cray/ALPS support.
-
- 16 Oct, 2018 12 commits
-
-
Tim Wickberg authored
CID 188791.
-
Dominik Bartkiewicz authored
curr_inx needs to be reset correctly on each line. Overlooked in commit cbc0b901 when that was moved to a global variable. Bug 5831.
-
Dominik Bartkiewicz authored
curr_inx needs to be reset correctly on each line. Overlooked in commit cbc0b901 when that was moved to a global variable. Bug 5831.
-
Danny Auble authored
# Conflicts: # slurm/slurm.h.in
-
Dominik Bartkiewicz authored
/proc/sys/kernel/pid_max. Bug 5697
-
Marshall Garey authored
Not expecting output from cancel_jobs. Bug 5864
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
to gres.conf man page. Bug 5666
-
Marshall Garey authored
scheduled right away. Bug 5774 Basically this reverts ec59bb1b which appears to be an academic performance patch. When testing a bitmap of 10000 with every other bit set it only took at most 4 usec with most taking 1 usec.
-
Morris Jette authored
Log node names in addition to their bitmap indexes.
-
Dominik Bartkiewicz authored
of an array. Bug 5794
-
- 15 Oct, 2018 13 commits
-
-
Alejandro Sanchez authored
Bug 5839.
-
Dominik Bartkiewicz authored
REQUEST_BATCH_JOB_LAUNCH REQUEST_SIGNAL_TASKS Bug 5443
-
Danny Auble authored
# Conflicts: # src/common/gres.c
-
Brian Christiansen authored
so that jobs can be submitted and queued when requesting more licenses than are configured. This is helpful when using licenses to control access to file systems. Bug 5630 Signed-off-by: Danny Auble <da@schedmd.com>
-
Brian Christiansen authored
so that a job's license string can be updated after a restart with licenses removed or added. Bug 5630
-
Brian Christiansen authored
If a job requested multiple licenses and one license was removed then on a reconfigure/restart all of the licenses -- including the valid ones would be removed. Bug 5630
-
Brian Christiansen authored
when configured license counts are 0. Bug 5630
-
Danny Auble authored
-
Brian Christiansen authored
so that jobs can be submitted and queued when requesting more licenses than are configured. This is helpful when using licenses to control access to file systems. Bug 5630 Signed-off-by: Danny Auble <da@schedmd.com>
-
Brian Christiansen authored
so that a job's license string can be updated after a restart with licenses removed or added. Bug 5630
-
Brian Christiansen authored
If a job requested multiple licenses and one license was removed then on a reconfigure/restart all of the licenses -- including the valid ones would be removed. Bug 5630
-
Brian Christiansen authored
when configured license counts are 0. Bug 5630
-
Nate Rini authored
-