- 04 Oct, 2011 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
booted block. -- pass 1, more work needs to be done.
-
Danny Auble authored
-
- 03 Oct, 2011 2 commits
-
-
Morris Jette authored
Remove unused function acct_policy_node_usable() from src/slurmctld/acct_policy.c
-
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 6 commits
-
-
Morris Jette authored
-
Mark A. Grondona authored
PluginDir is a path. It shouldn't be an error to have duplicate plugins in your path. Plus, the error is not helpful because it doesn't specify which path is not being loaded. Therefore, just remove the error and load the first plugin in the path as expected.
-
Morris Jette authored
-
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
-
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 13 commits
-
-
Danny Auble authored
-
Danny Auble authored
system, accounting will be notified.
-
Danny Auble authored
-
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
-
Danny Auble authored
-
Danny Auble authored
is in an error state, won't deny jobs.
-
Danny Auble authored
-
Danny Auble authored
restarts of the slurmctld.
-
Morris Jette authored
-
Danny Auble authored
-
Morris Jette authored
-
Danny Auble authored
admin sets the state to error.
-
- 28 Sep, 2011 13 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
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
-
Morris Jette authored
Conflicts: doc/man/man5/slurm.conf.5
-
Morris Jette authored
Advise use of the logrotate tool in order to avoid SLURM log files from growing too large. Patch from Rod Shultz, Bull.
-
Morris Jette authored
-
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
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
If KillOnBadExit is configured to 1 and an srun task exits with a non-zero exit code then report the correct termination reason NonZeroExitCode rather than Cancelled.
-
- 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
Note that a job's size factor in setting priority is based upon node or CPU count.
-
Morris Jette authored
Add the ability to read the slurm.conf file across a network using the accounting_storage plugin. The accounting_storage/slurmdbd plugin does require modification for this functionality to fully operate. Patch from Andriy Grytsenko (Massive Solutions Limited).
-