- 05 Sep, 2013 35 commits
-
-
Morris Jette authored
bug 403
-
Morris Jette authored
Found by CLANG bug 403
-
Morris Jette authored
Does optimization of resource allocation for GRES with topology Similar to changes already added to select/cons_res. bug 410
-
Morris Jette authored
Partitial reversal of commit 16143b0f bug 403
-
Morris Jette authored
Additional work for 6f50943c This fixes some more GRES allocation test cases
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
David Bigagli authored
-
David Bigagli authored
-
Morris Jette authored
Split lines more than 80 characters into multiple lines
-
Morris Jette authored
Conflicts: src/slurmd/slurmstepd/mgr.c
-
Morris Jette authored
Previously would reference NULL pointer bug 403
-
Morris Jette authored
Change trigger_state_restore() return type from int to void. This eliminates some CLANG errors bug 403
-
Morris Jette authored
As reported by CLANG bug 403
-
Morris Jette authored
Fix problem reported by CLANG bug 403
-
Morris Jette authored
bug 403
-
Danny Auble authored
-
Danny Auble authored
-
Nathan Yee authored
-
David Bigagli authored
-
Morris Jette authored
Should not be possible, but prevent CLANG error bug 403
-
Morris Jette authored
Reported by CLANG, but not possible in practice bug 403
-
Morris Jette authored
Should not be possible, but this prevents CLANG error bug 403
-
Morris Jette authored
Should not be possible, but fixes CLANG bug report bug 403
-
Morris Jette authored
buf 403
-
Morris Jette authored
bug 403
-
Morris Jette authored
bug 403
-
Morris Jette authored
Not likely, but fixed problem reported by CLANG tool bug 403
-
Morris Jette authored
bug 403
-
David Bigagli authored
-
David Bigagli authored
-
- 04 Sep, 2013 5 commits
-
-
David Bigagli authored
-
Danny Auble authored
script.
-
Morris Jette authored
For a system with hyperthreads and GRES bound to specific CPUs, there was an error in assigning CPUs
-
Morris Jette authored
Previous logic would allocate job resources on such a node rather than reject the job allocation on that node.
-
Morris Jette authored
Previous logic would pick CPUs then reject jobs that can not match GRES to the allocated CPUs. New logic first filters out CPUs that can not use the GRES, next picks CPUs for the job, and finally picks the GRES that best match those CPUs. bug 410
-