- 06 Sep, 2011 1 commit
-
-
Danny Auble authored
-
- 02 Sep, 2011 3 commits
-
-
Morris Jette authored
Add a "deny_wrap" argument to BG resource placement algorithm. This is due to a restriction in IBM's sub-block allocation logic.
-
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 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
full system block, and a debug printout.
-
Danny Auble authored
start.
-
- 31 Aug, 2011 4 commits
-
-
Danny Auble authored
blocks.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- 30 Aug, 2011 1 commit
-
-
Danny Auble authored
-
- 29 Aug, 2011 1 commit
-
-
Danny Auble authored
-
- 25 Aug, 2011 12 commits
-
-
Morris Jette authored
Remove some logginging added in the previous commit
-
Danny Auble authored
-
Danny Auble authored
correct geometry of the system.
-
Danny Auble authored
-
Danny Auble authored
shutdown and then the system size changed. This would probably only happen if you were emulating a system.
-
Danny Auble authored
-
Danny Auble authored
when we are on a small block, not a regular one.
-
Morris Jette authored
-
Morris Jette authored
This is meant to better show gang scheduling activity
-
Morris Jette authored
The delay in killing jobs was sometimes longer than necessary. Based on patch from Rod Schultz, Bull.
-
Danny Auble authored
-
https://github.com/SchedMD/slurmmoe authored
-
- 24 Aug, 2011 7 commits
-
-
moe authored
-
Danny Auble authored
isn't sent to the slurmd where environment variables would be overwritten incorrectly.
-
Danny Auble authored
position in the block instead of absolute.
-
Danny Auble authored
-
Morris Jette authored
If salloc was run as interactive, with job control, reset the foreground process group of the terminal to the process group of the parent pid before exiting. Patch from Don Albert, Bull.
-
Morris Jette authored
Add cray.conf parameter of SyncTimeout, maximum time to defer job scheduling if SLURM node or job state are out of synchronization with ALPS.
-
Danny Auble authored
-
- 23 Aug, 2011 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- 22 Aug, 2011 2 commits
-
-
Danny Auble authored
_job_create() consistent with similar logic in select_nodes().
-
Danny Auble authored
partition in the slurm.conf.
-
- 19 Aug, 2011 2 commits
-
-
Morris Jette authored
Change "AveVSize" to "AveVMSize" in sstat man page to match the code. Addresses SchedMD bugzilla entry 7 by Cray.
-
Morris Jette authored
One of our testers created an illegal topology.conf file. He has a config you probably wouldn't see in production, but can see in testing when you are sometimes given a collection of miscellaneous resources. |-- nodes switch1 --| |-- switch2 -- nodes He tried the topology.conf file below. Switch s1 is defined twice. Slurm accepted this config, but wouldn't allocate nodes from both switches to one job. SwitchName=s1 Nodes=xna[14-26] SwitchName=s2 Nodes=xna[41-43] SwitchName=s1 Switches=s2 I believe slurm shouldn't allow the second definition of switch s1. The attached patch checks for duplicate switch names. Patch from Rod Schultz, Bull.
-