- 26 Jul, 2013 1 commit
-
-
Morris Jette authored
-
- 25 Jul, 2013 1 commit
-
-
Alexander Bersenev authored
gres_alloc, gres_req, and gres_used fields were empty if the job was not started immediately. bug 380
-
- 23 Jul, 2013 4 commits
-
-
David Bigagli authored
-
Danny Auble authored
-
David Bigagli authored
-
Danny Auble authored
-
- 22 Jul, 2013 1 commit
-
-
Danny Auble authored
-
- 18 Jul, 2013 1 commit
-
-
Tim Wickberg authored
-
- 16 Jul, 2013 2 commits
-
-
Danny Auble authored
accounting_storage/filetxt.
-
Danny Auble authored
erroneously on a bluegene system.
-
- 11 Jul, 2013 2 commits
-
-
Danny Auble authored
message.
-
Francois Diakhate authored
users.
-
- 10 Jul, 2013 2 commits
-
-
Morris Jette authored
-
Danny Auble authored
values.
-
- 09 Jul, 2013 4 commits
-
-
Danny Auble authored
-
Francois Diakhate authored
show information to users that had no associations on the system.
-
Morris Jette authored
Fix for bug 330
-
jette authored
-
- 08 Jul, 2013 1 commit
-
-
Thomas Cadeau authored
-
- 06 Jul, 2013 2 commits
-
-
Morris Jette authored
Previously srun would fail if the hostlist expression was larger than 0xffff bytes.
-
Morris Jette authored
-
- 05 Jul, 2013 2 commits
-
-
John Thiltges authored
When using ThreadsPerCore > 1, it appears that DefMemPerCPU is being scaled by slurmctld, but not by slurmd/slurmstepd. For example, we set ThreadsPerCore=2 and DefMemPerCPU=100. Running a single core job, we would expect two threads to be allocated and AllocMem on the assigned node to increase by 200MB. scontrol reports that AllocMem increased by 200MB, but the task/cgroup plugin only sees 100M of RAM. It looks like the problem may lie in common/slurm_cred.c:format_core_allocs(). The function counts the job/step cores and multiplies the mem_limit's, but it does not scale the CPU count like in slurmd/slurmd/req.c:_check_job_credential(). See bug 309
-
jette authored
-
- 28 Jun, 2013 3 commits
-
-
Morris Jette authored
Effects jobs with --exclusive and --cpus-per-task options bug 355
-
Danny Auble authored
-
Danny Auble authored
enum.
-
- 26 Jun, 2013 2 commits
-
-
Morris Jette authored
-
Dominik Friedrich authored
-
- 25 Jun, 2013 3 commits
-
-
Thomas Cadeau authored
-
Danny Auble authored
for as the job/step id.
-
David Gloe authored
The SLURM Makefile.am scripts use pkglibexecdir. One source indicates that this was not added until automake 1.10.2 (https://github.com/rerun/rerun/issues/167). So we just made that to be the minimum.
-
- 24 Jun, 2013 1 commit
-
-
jette authored
Under very heavy load with many thousands of batch job submissions or job signals, the write lock can be held for very long periods of time preventing job scheduling, squeue response, etc. This code inserts a timing break to permit other functions to get the locks.
-
- 21 Jun, 2013 4 commits
-
-
Danny Auble authored
-
Danny Auble authored
default and appeared to break other things.
-
Danny Auble authored
-
Martin Perry authored
specified.
-
- 18 Jun, 2013 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
- 12 Jun, 2013 1 commit
-
-
Morris Jette authored
if on "scontrol reconfig" when AllowNodes is manually changed using scontrol since last slurmctld restart.
-
- 10 Jun, 2013 1 commit
-
-
Morris Jette authored
due to either down nodes or explicit resizing. Generated slurmctld errors of this type: [2013-06-04T12:43:46+06:00] error: gres/gpu: step_test 68662.4294967294 gres_bit_alloc is NULL This is a movement of the logic introduced in commit https://github.com/SchedMD/slurm/commit/6fff97bb77d2d88aa808c47fd7880246a0c1d090 to eliminate a memory leak.
-