- 03 Oct, 2011 1 commit
-
-
Morris Jette authored
Prevent associations from being delete if it has any jobs in running, pending or suspended state. Previous code prevented this only for running jobs.
-
- 30 Sep, 2011 2 commits
-
-
Morris Jette authored
Fix bugs in sched/backfill with respect to QOS reservation support and job time limits. Patch from Alejandro Lucero Palau (Barcelona Supercomputer Center).
-
Morris Jette authored
Fix to GRES allocation logic when resources are associated with specific CPUs on a node. Patch from Steve Trofinoff, CSCS.
-
- 29 Sep, 2011 5 commits
-
-
Danny Auble authored
(i.e. 1-9,0 instead of 0-9). The bug would cause 'sacct -N nodename' to not give correct results on these systems.
-
Danny Auble authored
is in an error state, won't deny jobs.
-
Danny Auble authored
-
Danny Auble authored
restarts of the slurmctld.
-
Danny Auble authored
admin sets the state to error.
-
- 28 Sep, 2011 4 commits
-
-
Morris Jette authored
Change default value of StateSaveLocation configuration parameter from /tmp to /var/spool, where the files are less likely to be purged.
-
Morris Jette authored
Modify slurmdbd.conf parsing to accept DebugLevel strings (quiet, fatal, info, etc.) in addition to numeric values. The parsing of slurm.conf was modified in the same fashion for SlurmctldDebug and SlurmdDebug values. The output of sview and "scontrol show config" was also modified to report those values as strings rather than numeric values.
-
Morris Jette authored
Do not treat the absence of a gres.conf file as a fatal error on systems configured with GRES, but set GRES counts to zero. These counts can be Counts can be altered by node_config_load() in the gres plugin.
-
Danny Auble authored
-
- 27 Sep, 2011 3 commits
-
-
Morris Jette authored
Add the ability to reboot all compute nodes after they become idle. The RebootProgram configuration parameter must be set and an authorized user must execute the command "scontrol reboot_nodes". Patch from Andriy Grytsenko (Massive Solutions Limited).
-
Morris Jette authored
Interpret a reservation with Nodes=ALL and a Partition specification as reserving all nodes within the specified partition rather than all nodes on the system. Based upon patch by Phil Eckert (LLNL).
-
Morris Jette authored
An a flag record to event triggers and add support for a flag value of "PERM" for permanent triggers, triggers which are only removed when the slurmctld daemon is cold-started or the trigger is explicitly removed.
-
- 26 Sep, 2011 2 commits
-
-
Danny Auble authored
-
Morris Jette authored
Many cosmetic modifications to eliminate warning message from GCC version 4.6 compiler, mostly due to unused variables.
-
- 20 Sep, 2011 3 commits
-
-
Morris Jette authored
Permit administrator to change a job's QOS to any value without validating the job's owner has permission to use that QOS. Based upon patch by Phil Eckert (LLNL).
-
Morris Jette authored
Modify advance reservation to accept multiple specific block sizes rather than a single node count. This is very important for BlueGene systems.
-
Morris Jette authored
Modify srun's SIGINT handling logic timer (two SIGINTs within one second) to be based microsecond rather than second timer.
-
- 19 Sep, 2011 1 commit
-
-
Danny Auble authored
-
- 15 Sep, 2011 2 commits
-
-
Morris Jette authored
Avoid clearing a job's reason from JobHeldAdmin or JobHeldUser when it is otherwise updated using scontrol or sview commands. Patch based upon work by Phil Eckert (LLNL).
-
Morris Jette authored
Do not remove the backup slurmctld's pid file when it assumes control, only when it actually shuts down. Patch from Andriy Grytsenko (Massive Solutions Limited).
-
- 14 Sep, 2011 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
variable wasn't initialized in the job structure making it so that job wouldn't run.
-
Danny Auble authored
-
- 13 Sep, 2011 4 commits
-
-
Danny Auble authored
-
Danny Auble authored
(i.e. BP List -> MidplaneList).
-
Danny Auble authored
algorithm. The improves timing in the worst cases and simplifies the code greatly.
-
Danny Auble authored
-
- 12 Sep, 2011 1 commit
-
-
Danny Auble authored
-
- 10 Sep, 2011 3 commits
-
-
Danny Auble authored
conn_types in a block definition.
-
Danny Auble authored
allow them on Q systems.
-
Danny Auble authored
allocation with jobs running on blocks that don't exist in the static setup.
-
- 08 Sep, 2011 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
and vice versa the node->base partition lists will be displayed if setup in your .slurm/sviewrc file.
-
- 06 Sep, 2011 1 commit
-
-
Danny Auble authored
-
- 02 Sep, 2011 2 commits
-
-
Morris Jette authored
Fix bug which would crash slurmcld if job's owner (not root) tries to clear a job's licenses by setting value to "".
-
Morris Jette authored
If a job is deferred due to partition limits, then re-test those limits after a partition is modified. Patch from Don Lipari.
-
- 01 Sep, 2011 1 commit
-
-
Morris Jette authored
-