- 11 Nov, 2014 3 commits
-
-
Danny Auble authored
CR_CORE/SOCKET system lay out tasks correctly. This is a complete fix for bug 1247 You can also reference commit 7461c119 for tests to give correct functionality.
-
Danny Auble authored
-
Danny Auble authored
Conflicts: src/common/pack.c
-
- 10 Nov, 2014 11 commits
-
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
This reverts commit bc7ea952. This ended up causing more issues than it solved, reverting.
-
Morris Jette authored
Unless sbatch submits a job to multiple clusters, do not bother to commuicate with slurmdbd
-
Morris Jette authored
-
Danny Auble authored
15.08, but this keeps track of allocated cpus as well as usable cpus: meaning if a user requests --hint=nomultithread they are allocated cpus that aren't usable since they requested to only use the 1st thread on each core. reference bug 1247
-
Danny Auble authored
-
Danny Auble authored
with CR_PACK_NODES. Really do commit d388dd67 a different way to get the same info and be able to lay out tasks correctly when --hint=nomultithread. tests on a 4 core 8 thread system are srun -n6 --hint=nomultithread --exclusive whereami | sort -h srun: cpu count 6 0 snowflake0 - MASK:0x1 1 snowflake0 - MASK:0x2 2 snowflake0 - MASK:0x4 3 snowflake0 - MASK:0x8 4 snowflake1 - MASK:0x1 5 snowflake1 - MASK:0x2 and srun -n10 -N5 --hint=nomultithread --exclusive whereami | sort -h srun: cpu count 10 0 snowflake0 - MASK:0x1 1 snowflake0 - MASK:0x2 2 snowflake0 - MASK:0x4 3 snowflake0 - MASK:0x8 4 snowflake1 - MASK:0x1 5 snowflake1 - MASK:0x2 6 snowflake1 - MASK:0x4 7 snowflake2 - MASK:0x1 8 snowflake3 - MASK:0x1 9 snowflake4 - MASK:0x1
-
Morris Jette authored
-
Morris Jette authored
-
Nate Coraor authored
Move will-run test for multiple clusters from the sbatch code into the API so that it can be used with DRMAA.
-
- 08 Nov, 2014 6 commits
-
-
Morris Jette authored
-
Morris Jette authored
especially when in memory debug mode
-
Morris Jette authored
helgrind found the locks here were being make in reverse order after the initial locks at the top of the function.
-
Morris Jette authored
-
Morris Jette authored
This reverts commit a7ad186e0f2b643c4e2bf302bc18e892d499cd4a.
-
Morris Jette authored
helgrind found that the locks were taken in reverse order in some places. This makes the ordering of locks consistent.
-
- 07 Nov, 2014 19 commits
-
-
David Bigagli authored
an maintenance reservation that is not active yet.
-
Morris Jette authored
-
Morris Jette authored
This should result in better performance
-
Morris Jette authored
-
Morris Jette authored
problem with brackets and left unused variable
-
Morris Jette authored
-
Morris Jette authored
These changes do not effect operation, but eliminate some false positive errors from helgrind, namely testing some variables values that are sometimes protected by locks and other times not protected.
-
Morris Jette authored
This fixes helgrind warning
-
Morris Jette authored
None of these changes should really matter, but wrap some reads of the agent thread count with mutex to prevent helgrind reporting race conditions.
-
Danny Auble authored
Conflicts: src/slurmctld/node_scheduler.c
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Conflicts: src/slurmctld/node_scheduler.c src/slurmctld/read_config.c
-
Danny Auble authored
work "partition". reference bug 1246
-
Danny Auble authored
-
David Bigagli authored
always and it scares people.
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 1245
-
- 06 Nov, 2014 1 commit
-
-
Danny Auble authored
is requested. This is a re-factor of commit e5635a76 related to bug 1148 to handle the cases where a job could run, but an error was given when selecting the nodes.
-