- 09 Nov, 2010 9 commits
-
-
Danny Auble authored
-
Moe Jette authored
-
Moe Jette authored
hostlist: factor out a pattern This is a clerical patch which transforms a repeating pattern of type if (dims > 1) { if (hr->width == dims) { // Alternative 'A' } else { // Alternative 'B' } } else { // Alternative 'B' } into the shorter pattern if (dims > 1 && hr->width == dims) { // Alternative 'A' } else { // Alternative 'B' }
-
Danny Auble authored
-
Moe Jette authored
Miscellaneous typos, found while reading documentation. The majority is in the manpages and within comments, only one occurrence is in an error message (function name of set_node_down).
-
Moe Jette authored
Allow compilation with --enable-cray. This patch allows compilation of slurm with --enable-cray without build errors, on such (multi-cluster) systems that need to be able to load select/cray, but without actually using the internal functionality (e.g. slurmdbd host). The code stubs have been translated into corresponding comments with FIXMEs added, these are then addressed later in the (post-2.2) patch set. Added the missing part (variables) to fix build errors and tested tested that the compilation of --enable-cray works without errors.
-
Moe Jette authored
a job was requeued and started no job steps.
-
Moe Jette authored
-
Don Lipari authored
-
- 08 Nov, 2010 9 commits
-
-
Moe Jette authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Joseph P. Donaghy authored
-
Danny Auble authored
-
Danny Auble authored
-
Don Lipari authored
-
- 05 Nov, 2010 8 commits
-
-
Moe Jette authored
-
Danny Auble authored
-
Moe Jette authored
-
Moe Jette authored
-
Danny Auble authored
Increase number of active threads in the slurmdbd from 50 to 100
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
- 04 Nov, 2010 6 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Moe Jette authored
far in the future..
-
Moe Jette authored
CPUs on some nodes. Patch from Hongjia Cao, NUDT.
-
Moe Jette authored
new logic from sched/backfill and added pthread) and more accurate.
-
Moe Jette authored
sched/builtin for better efficiency
-
- 03 Nov, 2010 3 commits
-
-
Moe Jette authored
counter for larger job sizes. Patch from Hongjia Cao, NUDT.
-
Moe Jette authored
-
Don Lipari authored
-
- 02 Nov, 2010 5 commits
-
-
Danny Auble authored
-
-
Moe Jette authored
-
Joseph P. Donaghy authored
-
Danny Auble authored
-