Directory CCA/Components/LoadBalancers/

Total Files:
24
Deleted Files:
0
Lines of Code:
5042

[root]/CCA/Components/LoadBalancers

Lines of Code

CCA/Components/LoadBalancers/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 112 (100.0%) 1714 (100.0%) 15.3
luitjens 34 (30.4%) 1649 (96.2%) 48.5
jas 78 (69.6%) 65 (3.8%) 0.8

Most Recent Commits

luitjens 2010-12-16 15:55 Rev.: 46615

Add the executing processor to its neighorhood. Previously if a processor had no patches on all levels it would not be in its own neighborhood. This in turn caused once per proc tasks to cause a deadlock.

0 lines of code changed in 2 files:

  • CCA/Components/LoadBalancers: LoadBalancerCommon.cc (new)
luitjens 2010-08-31 09:15 Rev.: 46141

Added some MallocTrace profiling.

Enabled parallel SFC generation. This was disabled when we ran into an allgatherv bug on Kraken which has now been fixed.

0 lines of code changed in 2 files:

  • CCA/Components/LoadBalancers: ParticleLoadBalancer.cc (changed)
jas 2010-08-13 16:42 Rev.: 46034

Fix doxygen errors.

1 lines of code changed in 2 files:

  • CCA/Components/LoadBalancers: LoadBalancerCommon.h (new)
luitjens 2010-08-10 15:42 Rev.: 46006

Don't call MPI functions when only using a single processor.

0 lines of code changed in 2 files:

  • CCA/Components/LoadBalancers: CostModelForecaster.cc (new)
luitjens 2010-07-19 14:21 Rev.: 45893

only output constant values if ProfileStats:+ is on.

1 lines of code changed in 1 file:

  • CCA/Components/LoadBalancers: CostModelForecaster.cc (+1 -1)
luitjens 2010-07-14 10:39 Rev.: 45846

Minor changes to the statistics output

0 lines of code changed in 2 files:

  • CCA/Components/LoadBalancers: ProfileDriver.cc (new)
luitjens 2010-07-13 11:19 Rev.: 45839

Updated load balancers to be able to easily utilize what was
previously experimental code. Also added some more defaults
so that the user doesn't have to specify many parameters for a
load balancer.

44 lines of code changed in 8 files:

  • CCA/Components/LoadBalancers: CostProfiler.h (new), DynamicLoadBalancer.cc (+26 -16), ParticleLoadBalancer.cc (-1), ProfileDriver.cc (+14 -17), ProfileDriver.h (new)
luitjens 2010-07-13 09:14 Rev.: 45836

Modified PLB threshold criteria

1 lines of code changed in 1 file:

  • CCA/Components/LoadBalancers: ParticleLoadBalancer.cc (+1 -1)
luitjens 2010-06-16 12:10 Rev.: 45740

Adjusted where the weighting functions are applied.

3 lines of code changed in 1 file:

  • CCA/Components/LoadBalancers: ParticleLoadBalancer.cc (+3 -4)
luitjens 2010-06-15 12:19 Rev.: 45731

Added the ability to weight particles or cells when partitioning the patches into particle or cell patches.

9 lines of code changed in 3 files:

  • CCA/Components/LoadBalancers: ParticleLoadBalancer.cc (+4 -2), ParticleLoadBalancer.h (new)
luitjens 2010-05-27 14:48 Rev.: 45665

Initial commit for a particle specific load balancer.

This load balancer is attempting to address performance issues in the DLB associated with particles.

In particular, the DLB balances on a single cost metric which is a function of the number of particles
and cells. This load balancer seperates the metric and load balances in two phases. During the first
phase any patches that have particles are assigned to processors and in the second phase all remaining patches
are assigned to processors. During the first phase the load balancer attemptes to equalize the number of particles
on each processor. The second phase then load balances the remaining processors while attempting to equalize
the number of cells on each processor, this is done while mainting the assignments from the first phase.

Theoretically this will help avoid synchronization problems associated with having varying numbers of particles
on each processor.

1423 lines of code changed in 6 files:

  • CCA/Components/LoadBalancers: LoadBalancerFactory.cc (+4 -2), ParticleLoadBalancer.cc (+1230), ParticleLoadBalancer.h (+187), sub.mk (+2 -1)
luitjens 2010-05-27 14:40 Rev.: 45664

Moved some classes from DLB.h to LBC.h so they can be more readily reused. Also fixed the indenting of LBC.h

115 lines of code changed in 3 files:

  • CCA/Components/LoadBalancers: DynamicLoadBalancer.h (new), LoadBalancerCommon.h (+115 -93)
jas 2010-03-09 10:28 Rev.: 45420

Update copyright dates.

1 lines of code changed in 1 file:

  • CCA/Components/LoadBalancers: sub.mk (+1 -1)
jas 2010-03-08 14:00 Rev.: 45409

Update copyright dates

21 lines of code changed in 33 files:

  • CCA/Components/LoadBalancers: CostForecasterBase.h (+1 -1), CostModelForecaster.cc (+1 -1), CostModelForecaster.h (new), CostModeler.h (new), CostProfiler.cc (new), CostProfiler.h (+1 -1), DynamicLoadBalancer.cc (+1 -1), DynamicLoadBalancer.h (+1 -1), LoadBalancerCommon.cc (+1 -1), LoadBalancerCommon.h (+1 -1), LoadBalancerFactory.cc (+1 -1), LoadBalancerFactory.h (new), ProfileDriver.cc (+1 -1), ProfileDriver.h (+1 -1), RoundRobinLoadBalancer.cc (+1 -1), RoundRobinLoadBalancer.h (new), SimpleLoadBalancer.cc (+1 -1), SimpleLoadBalancer.h (new), SingleProcessorLoadBalancer.cc (new), SingleProcessorLoadBalancer.h (+1 -1), uintahshare.h (new)
jas 2010-03-08 10:54 Rev.: 45405

Undoing commit 45403

21 lines of code changed in 21 files:

  • CCA/Components/LoadBalancers: CostForecasterBase.h (+1 -1), CostModelForecaster.cc (+1 -1), CostModelForecaster.h (+1 -1), CostModeler.h (+1 -1), CostProfiler.cc (+1 -1), CostProfiler.h (+1 -1), DynamicLoadBalancer.cc (+1 -1), DynamicLoadBalancer.h (+1 -1), LoadBalancerCommon.cc (+1 -1), LoadBalancerCommon.h (+1 -1), LoadBalancerFactory.cc (+1 -1), LoadBalancerFactory.h (+1 -1), ProfileDriver.cc (+1 -1), ProfileDriver.h (+1 -1), RoundRobinLoadBalancer.cc (+1 -1), RoundRobinLoadBalancer.h (+1 -1), SimpleLoadBalancer.cc (+1 -1), SimpleLoadBalancer.h (+1 -1), SingleProcessorLoadBalancer.cc (+1 -1), SingleProcessorLoadBalancer.h (+1 -1), uintahshare.h (+1 -1)
jas 2010-03-07 23:13 Rev.: 45403

Update copyright date.

21 lines of code changed in 21 files:

  • CCA/Components/LoadBalancers: CostForecasterBase.h (+1 -1), CostModelForecaster.cc (+1 -1), CostModelForecaster.h (+1 -1), CostModeler.h (+1 -1), CostProfiler.cc (+1 -1), CostProfiler.h (+1 -1), DynamicLoadBalancer.cc (+1 -1), DynamicLoadBalancer.h (+1 -1), LoadBalancerCommon.cc (+1 -1), LoadBalancerCommon.h (+1 -1), LoadBalancerFactory.cc (+1 -1), LoadBalancerFactory.h (+1 -1), ProfileDriver.cc (+1 -1), ProfileDriver.h (+1 -1), RoundRobinLoadBalancer.cc (+1 -1), RoundRobinLoadBalancer.h (+1 -1), SimpleLoadBalancer.cc (+1 -1), SimpleLoadBalancer.h (+1 -1), SingleProcessorLoadBalancer.cc (+1 -1), SingleProcessorLoadBalancer.h (+1 -1), uintahshare.h (+1 -1)
luitjens 2010-02-19 14:42 Rev.: 45361

Undid part of my last commit as it was messing with other lb options.

1 lines of code changed in 1 file:

  • CCA/Components/LoadBalancers: DynamicLoadBalancer.cc (+1 -2)
luitjens 2010-02-19 14:01 Rev.: 45360

When profiling only collect particles when profile data does not exist.

4 lines of code changed in 1 file:

  • CCA/Components/LoadBalancers: DynamicLoadBalancer.cc (+4 -1)
luitjens 2010-02-17 11:53 Rev.: 45357

Added some debugging code that is turned off

48 lines of code changed in 1 file:

  • CCA/Components/LoadBalancers: ProfileDriver.cc (+48 -7)
Generated by StatSVN 0.4.0