- 13 Sep, 2011 10 commits
-
-
Danny Auble authored
-
Danny Auble authored
algorithm. The improves timing in the worst cases and simplifies the code greatly.
-
Danny Auble authored
-
Danny Auble authored
correct midplanes when wiring things together.
-
Danny Auble authored
midplanes. (it doesn't work yet, and has a lot of debug)
-
Danny Auble authored
block_allocator since it is different than the node_record_table_ptr.
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
Danny Auble authored
-
- 12 Sep, 2011 16 commits
-
-
Danny Auble authored
on a L/P system or Q.
-
Danny Auble authored
-
Danny Auble authored
switching from a bluegene to a regular system with sview.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
when using multi-cluster mode in sview
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
type set it that way right off the start.
-
Danny Auble authored
conn_types.
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
This should eliminate an abort reported by Sam Long when a message unpack from the slurmdbd is invalid. Based upon patch from Sam Lang.
-
Morris Jette authored
was reporting -1 if unknown, new code avoids printing any uid if not known. Patch by Don Albert, Bull.
-
Morris Jette authored
The "+" sign only appears to indicate that there is more information than the current field width can hold. For example "CANCELLED+" can indicate that the state is actually "CANCELLED by nnn". Increasing the field width with the %NUMBER format modifier will show this. Patch by Don Albert, Bull.
-
- 10 Sep, 2011 4 commits
-
-
Danny Auble authored
-
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.
-
- 09 Sep, 2011 3 commits
-
-
Morris Jette authored
This modifcation improves the performance of SLURM's preemption logic be reducing the execution time of the scheduling logic and doing a better job of minimizing the number of job's preempted to initiate a new job. Based largely upon work by Phil Eckert, LLNL.
-
Morris Jette authored
-
Morris Jette authored
When a user changes a job's configuration (e.g. size), then recalculate it's priority. Based upon a patch from Phil Eckert, LLNL.
-
- 08 Sep, 2011 5 commits
-
-
Morris Jette authored
If there is no SchedLogfile defined and 'scontrol schedloglevel 1' is issued from an administrator, slurmctld will segfault at the next "sched: " log message due to NULL log file pointer. There are obviously multiple ways to fix this issue, but in this patch the RPC simply returns and "Operation Disabled" error immediately if the sched log file is NULL. Other options include opening a new logfile with a default name, sending sched log messages to stderr, or enhancing the scontrol interface to allow specifying a logfile name for the schedlog. There are other cases in the schedlog code that could cause problems for the slurmctld, but since the sched log stuff is tied in strangely with the rest of the logging code, I didn't want to try modifying anything in log.c, for fear of breaking the normal logging functions. Patch from Mark Grondona, LLNL.
-
Morris Jette authored
Add State=ACTIVE or State=INACTIVE to "scontrol show reservation" output. Patch from Phil Eckert, LLNL.
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
and vice versa the node->base partition lists will be displayed if setup in your .slurm/sviewrc file.
-
- 07 Sep, 2011 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
This removes a duplicate call to _log_msg() when a user's access is denied or "no_sys_info" command line option is NOT set. The duplicate log message was a result of commit 12ba7f70 on January 29, 2010. Patch from Mark Grondona, LLNL.
-