- 31 Jul, 2013 1 commit
-
-
David Bigagli authored
-
- 30 Jul, 2013 1 commit
-
-
Thomas Cadeau authored
-
- 27 Jul, 2013 1 commit
-
-
Morris Jette authored
Just a bunch of empty functions now. See bug 77
-
- 26 Jul, 2013 2 commits
-
-
David Bigagli authored
-
Morris Jette authored
-
- 25 Jul, 2013 3 commits
-
-
David Bigagli authored
-
Danny Auble authored
%_with_cray to %_with_cray_alps.
-
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 6 commits
-
-
David Bigagli authored
-
Danny Auble authored
-
Danny Auble authored
-
David Bigagli authored
-
Danny Auble authored
-
Danny Auble authored
-
- 22 Jul, 2013 1 commit
-
-
Danny Auble authored
-
- 18 Jul, 2013 1 commit
-
-
Tim Wickberg authored
-
- 16 Jul, 2013 5 commits
-
-
Morris Jette authored
-
Danny Auble authored
accounting_storage/filetxt.
-
Danny Auble authored
erroneously on a bluegene system.
-
Morris Jette authored
This reverts the following two commits: d84bdaea 25051e48 While they work as designed, we probably do not want to provide support for the DenyGroups option
-
Morris Jette authored
The AllowGroups and DenyGroups configuration parameters only apply to the effective group ID of the job. Previously any user with access to any allowed group was permitted to use the partition.
-
- 13 Jul, 2013 1 commit
-
-
Nathan Yee authored
AllowAccounts, AllowQOS, DenyAccounts, DenyGroups and DenyQOS. Enforcement logic needs to be added as well as slurm.conf man page.
-
- 11 Jul, 2013 4 commits
-
-
Morris Jette authored
-
Danny Auble authored
message.
-
Francois Diakhate authored
users.
-
Morris Jette authored
Processes which can be signalled will be. Others will be signalled when possible from a pthread.
-
- 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
-
- 02 Jul, 2013 2 commits
-
-
Danny Auble authored
-
Morris Jette authored
The terminating task's PID is available in task->pid.
-
- 28 Jun, 2013 1 commit
-
-
Morris Jette authored
Effects jobs with --exclusive and --cpus-per-task options bug 355
-