- 13 Sep, 2011 24 commits
-
-
Danny Auble authored
This reverts commit 862fc2b2.
-
Danny Auble authored
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
cables. (Round 1) This code sets things up to handle future changes when a cable goes down.
-
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
for loops.
-
Danny Auble authored
to use the coordinates instead (much faster).
-
Danny Auble authored
-
Danny Auble authored
commented out code, and the FIXME.
-
Danny Auble authored
-
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.
-