* Changes in SLURM 2.0.7 ======================== -- Fix bug in select/cons_res when nodes are configured in more than one partition and those partitions have different priorities and sched/gang is not configured. CPUs were previously over-allocated. -- Fix core of smap when specifying -i option with invalid argument. -- Fix issue when using srun --test-only to not put an entry of test job into accounting. -- For OpenMPI use of SLURM reserved ports. If any of the tasks fails to acquire a reserved port and has an exit code of 108 then srun will kill all remaining tasks and respawn the tasks. Previous code waited for tasks to exit. -- MySQL plugin - When doing archiving we now get a correct end time. Previously it would grab an extra day to archive. -- BLUEGENE - Handle initial state correctly, previously was setting initial state to IDLE if UNKNOWN which would make it not set a registration message to accounting, which could lead to nodes not being listed as up when they really were. -- Fixed buffer size issue with scontrol show hostlist. -- Fixed issue with copy in smap -Dc previously command wouldn't work. -- BLUEGENE - Update documentation about small blocks in the bluegene.conf file. -- In sched/wiki plugin (for Maui) fix possible message truncation on very large cluster. -- BLUEGENE - Fix for handling undocumented Deallocating to Configuring to Free block transition state. -- BLUEGENE - Fix for overlap mode loading blocks when midplane is in an error state. -- Add range check for SuspendTime configuration parameter. -- Moved unzipped python-hostname tarball out and the tarball in. -- BLUEGENE - Patched memory leak when running state test. -- BLUEGENE - fixed slow down generated by slow call rm_get_BG and polling thread.