- 14 Jun, 2011 1 commit
-
-
Moe Jette authored
Prevent background salloc disconnecting terminal at termination. Patch by Don Albert, Bull.
-
- 10 Jun, 2011 2 commits
- 08 Jun, 2011 3 commits
-
-
Moe Jette authored
Avoid clearing a node's Arch, OS, BootTime and SlurmdStartTime when "scontrol reconfig" is run. Patch from Martin Perry, Bull.
-
Moe Jette authored
this adds another instruction to the grant all on slurm_acct_db.* TO 'slurm'@'system0'; where system0 is the hostname. Our users have add errors from mysql as shown below where it needs to be applied for both localhost and the hostname From Nancy Kritkausky, Bull
-
Moe Jette authored
Correct several man pages describing what a dpendency of afterok means.
-
- 07 Jun, 2011 1 commit
-
-
Danny Auble authored
-
- 06 Jun, 2011 1 commit
-
-
Danny Auble authored
would not be set correctly in the added child association.
-
- 02 Jun, 2011 2 commits
- 01 Jun, 2011 1 commit
-
-
Moe Jette authored
This fixes a bug which is thanks to a report by Don Albert. The problem is that whenever salloc exits with a child process in stopped state (suspended or stopped on terminal input/output), a zombie process is generated, since this case is not caught by the code evaluating the child status. This patch adds the missing case. It uses SIGKILL, which is the only signal that changes the state of a stopped process. It was decided not to try and re-awken the process using SIGCONT, since (a) this happens during session clean-up and (b) if the condition is due to SIGTTIN, the process immediately becomes stopped again. Patch from Gerrit Renker, CSCS.
-
- 27 May, 2011 5 commits
-
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
If checkpoint/blcr is configured. only log that scch is not found using debug() rather than info(). Add documentation about the file.
-
Moe Jette authored
Disable use of SQUEUE_FORMAT env var if squeue -l, -o, or -s option is used. Patch from Aaron Knister (UMBC).
-
Danny Auble authored
so you don't have update your slurmctlds to have the problem go away. This fix makes it so you only have to update your slurmdbd.
-
- 26 May, 2011 3 commits
-
-
Don Lipari authored
-
Danny Auble authored
association/wckey to be set incorrectly as a default the new object was added after an original default object already existed. Before the slurmctld would need to be restarted to fix the issue.
-
Danny Auble authored
-
- 25 May, 2011 2 commits
-
-
Don Lipari authored
-
Don Lipari authored
-
- 18 May, 2011 3 commits
-
-
Moe Jette authored
-
Moe Jette authored
Patch from Andriy Grytsenko (Massive Solutions Limited).
-
Moe Jette authored
Synchronize power-save module better with scheduler. Without this change, returning a node to service was typically delayed longer than necessary. Patch from Andriy Grytsenko (Massive Solutions Limited).
-
- 16 May, 2011 1 commit
-
-
Danny Auble authored
BLUEGENE - if a block goes into an error state. Fix issue where accounting wasn't updated correctly when the block was resumed.
-
- 13 May, 2011 5 commits
-
-
Danny Auble authored
When enforcing accounting, fix polling for unknown uids for users after the slurmctld started. Previously one would have to issue a reconfigure to the slurmctld to have it look for new uids.
-
Moe Jette authored
-
Morris Jette authored
Reset priority to 0 when a job is requeued by wiki2
-
Moe Jette authored
Apply more patches to build SLURM on OSX. Patches from Tyler Strickland.
-
Pär Andersson authored
The job needs to be held by slurm until a STARTJOB command is received from Moab.
-
- 12 May, 2011 3 commits
- 10 May, 2011 1 commit
-
-
Moe Jette authored
-
- 09 May, 2011 2 commits
-
-
Moe Jette authored
Fix bug in node stat if slurmctld is restarted while nodes are in the process of being powered up. Nodes can be left in an unusable state. Patch from Andriy Grytsenko.
-
Moe Jette authored
Correct spelling errors in various documents, code, tests and NEWS. This is patch "spelling-errors" from Gennaro Oliva.
-
- 07 May, 2011 1 commit
-
-
Danny Auble authored
Fix issue with accounting when using PrivateData=jobs... users would not be able to view there own jobs unless they were admin or coordinators which is obviously wrong.
-
- 06 May, 2011 1 commit
-
-
Danny Auble authored
-
- 29 Apr, 2011 2 commits
-
-
Danny Auble authored
Fix displaying of account coordinators with sacctmgr. Possiblity to show deleted accounts. Only a cosmetic issue, since the accounts are already deleted, and have no associations.
-
Moe Jette authored
-