- 02 Nov, 2011 1 commit
-
-
Morris Jette authored
-
- 31 Oct, 2011 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
- 28 Oct, 2011 5 commits
-
-
Morris Jette authored
Backfill scheduling - Add SchedulerParameters configuration parameter of "bf_res" to control the resolution in the backfill scheduler's data about when jobs begin and end. Default value is 60 seconds (used to be 1 second).
-
Morris Jette authored
-
Morris Jette authored
Do not drain the compute or front-end node when trying to start a job for which the UID is not found
-
Morris Jette authored
Release locks on cray system after inventory and before backfill scheduling loop in order to not process more jobs and avoid blocking pending RPCs for so long
-
Morris Jette authored
-
- 27 Oct, 2011 3 commits
-
-
Morris Jette authored
Add configure option of "--without-rpath" which builds SLURM tools without the rpath option, which will work if Munge and BlueGene libraries are in the default library search path and make system updates easier.
-
Morris Jette authored
-
Morris Jette authored
This patch contains corrections for spelling errors in the code and improvements for some man pages. Patch from Gennaro Oliva.
-
- 25 Oct, 2011 1 commit
-
-
Morris Jette authored
Patch by Stephen Trofinoff, CSCS.
-
- 24 Oct, 2011 4 commits
-
-
Morris Jette authored
Change the logging of a job step create failure due to SlurmctldProlog running from info() to debug() since this can be due to a race condition.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Do not attempt to run HeathCheckProgram on powered down nodes. Patch from Ramiro Alba, Centre Tecnològic de Tranferència de Calor, Spain.
-
- 21 Oct, 2011 1 commit
-
-
Danny Auble authored
-
- 20 Oct, 2011 5 commits
-
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
Danny Auble authored
-
- 19 Oct, 2011 8 commits
-
-
Morris Jette authored
This reverts https://github.com/hautreux/slurm/commit/35075c10995f4e83d0104662f147cd7b413d25f4 My version of RPM doesn't seem to understand the "replace" parameter for %config, so rpm builds bomb out with Invalid %config token: replace Invalid %config token: replace I think the default for %config is to not replace config files, so I'm not sure this commit is needed. Since the release agents are not really config files, but need to be tightly coupled to the release of task/cgroup and proctrack/cgroup, I would say the release agents should be moved under /usr/libexec/slurm At the very least, this commit needs to be reverted before slurm-2.3.1 in order to allow rpms to be built. Thanks, Mark Grondona
-
Morris Jette authored
Report correct job "Reason" if needed nodes are DOWN, DRAINED, or NOT_RESPONDING, "Resources" rather than "PartitionNodeLimit".
-
Danny Auble authored
-
Danny Auble authored
plugins in the slurmd.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
value for jobs.
-
Danny Auble authored
-
- 18 Oct, 2011 8 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Cgroup plugins update
-
Matthieu Hautreux authored
-
Matthieu Hautreux authored
-
Matthieu Hautreux authored
-
- 17 Oct, 2011 1 commit
-
-
Mark A. Grondona authored
For a long time configure has modified the SLURM Release number as set in META by stripping off everything before the last '.' when building the SLURM_VERSION_STRING. This was done so that a release number of 0.pre1 would become just 'pre1' in the version string printed by SLURM commands. (e.g. slurm-2.3.0-0.pre1 becomes slurm-2.3.0-pre1 in sinfo --version). In attempting to create a new version 2.3.0-2.x of SLURM (branched from 2.3.0-2), it was found that this method is overzealous, and results in a version string of just "2.3.0-1" instead of the expected "2.3.0-2.1". Since the intent of the sed command is only to remove '0.' from prereleases, this patch makes that explicit, so that non-prerelease versions branched of tagged SLURM releases keep the original Release number in the version string.
-