* Changes in SLURM 2.2.6 ======================== -- 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. -- Prevent opaque ncurses WINDOW struct on OS X 10.6. -- 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. -- Fix bug in node stat if slurmctld is restarted while nodes are in the process of being powered up. Patch from Andriy Grytsenko. -- Change maximum batch script size from 128k to 4M. -- Get slurmd -f option working. Patch from Andriy Grytsenko. -- Fix for linking problem on OSX. Patches from Jon Bringhurst (LANL) and Tyler Strickland. -- Reset a job's priority to zero (suspended) when Moab requeues the job. Patch from Par Andersson, NSC. -- 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. -- BLUEGENE - if a block goes into an error state. Fix issue where accounting wasn't updated correctly when the block was resumed. -- Synchronize power-save module better with scheduler. Patch from Andriy Grytsenko (Massive Solutions Limited). -- Avoid SEGV in association logic with user=NULL. Patch from Andriy Grytsenko (Massive Solutions Limited). -- Fixed issue in accounting where it was possible for a new 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. -- Updated the Normalized Usage section in priority_multifactor.shtml. -- Disable use of SQUEUE_FORMAT env var if squeue -l, -o, or -s option is used. Patch from Aaron Knister (UMBC).