- Nov 12, 2013
-
-
Danny Auble authored
use mem and memsw failcnt, check for existence Thanks Ryan. I'll let you know how it goes.
-
- Nov 09, 2013
-
-
Ryan Cox authored
-
- Nov 08, 2013
-
-
Ryan Cox authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
task/cgroup: notify if memory.memsw.failcnt > 0. indicates oom Thanks Ryan, this looks correct.
-
Ryan Cox authored
-
- Nov 07, 2013
-
-
Morris Jette authored
-
- Nov 06, 2013
-
-
Gennaro Oliva authored
-
- Nov 05, 2013
-
-
Morris Jette authored
Correction to hostlist parsing bug introduced in v2.6.4 for hostlists with more than one numeric range in brackets (e.g. rack[0-3]_blade[0-63]"). bug505
-
- Nov 04, 2013
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Avoid decrementing grp_used_cpu_run_secs if we are not enforcing accounting limits. Without this change, the plugin will decrement times from zero cpu used times (i.e decrement an uninitialized variable).
-
David Bigagli authored
-
- Nov 01, 2013
-
-
Morris Jette authored
Add argument to priority plugin's priority_p_reconfig function to note when the association and QOS used_cpu_run_secs field has been reset. Without this flag, we remove time on "scontrol setdebug" or "scontrol setdebugflag" that can result in used_cpu_run_secs going negative or otherwise get bad values. Correction to logic added in commit 6d793189 bug 423
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Fix to work with change logic introduced in Slurm version 2.6.3 scheduling logic which prevented Maui/Moab from starting jobs.
-
- Oct 30, 2013
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
- Oct 29, 2013
-
-
David Bigagli authored
-
Bill Brophy authored
-
Morris Jette authored
Add support for -W block=true (wait for job completion) Clear PBS_NODEFILE environment variable Credit to NCSC
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
limits
-
- Oct 28, 2013
-
-
Morris Jette authored
Add support for dependencies of job array elements (e.g. "sbatch --depend=afterok:123_4 ..."). This does not support depenendencies of ALL job array elements, only individual job array elements.
-
Morris Jette authored
-
Danny Auble authored
preforms the allocation, regression in 2.6.3.
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
-
- Oct 25, 2013
-
-
Morris Jette authored
Previously the SlurmdDebug value in slurm.conf was ignored if the previous value was not 3/init
-
Morris Jette authored
Reorder some logis in the hostlist functions for performance improvement specifically for "if (A & B) ..." move the fastest tests first (test A should take less time than test B).
-
Morris Jette authored
This avoids building hostlist information with NodeHostName and NodeAddr information unless explisitly requested and can improve performance for the default mode of operation by about 65%.
-
Morris Jette authored
Correct sbatch documentation and job_submit/pbs plugin "%j" is job ID, not "%J" (which is job_id.step_id).
-