Directory Packages/Uintah/CCA/Components/LoadBalancers/

Total Files:
15
Deleted Files:
2
Lines of Code:
310

[root]/Packages/Uintah/CCA/Components/LoadBalancers

Lines of Code

Packages/Uintah/CCA/Components/LoadBalancers/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 61 (100.0%) 3264 (100.0%) 53.5
jones 13 (21.3%) 1802 (55.2%) 138.6
worthen 34 (55.7%) 1293 (39.6%) 38.0
jas 6 (9.8%) 101 (3.1%) 16.8
dav 2 (3.3%) 34 (1.0%) 17.0
dgroulx 4 (6.6%) 32 (1.0%) 8.0
bigler 2 (3.3%) 2 (0.1%) 1.0

Most Recent Commits

worthen 2005-11-04 17:25 Rev.: 32439

Weight the patches with the time refinement ratio

0 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/LoadBalancers: DynamicLoadBalancer.cc (new), DynamicLoadBalancer.h (changed)
worthen 2005-11-01 15:50 Rev.: 32394

Various scheduler changes to prepare for AMR features and bugs

35 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/LoadBalancers: DynamicLoadBalancer.cc (+21 -7), LoadBalancerCommon.cc (+14 -6)
worthen 2005-09-23 11:25 Rev.: 32010

Get AMR MPM-on-finest-level thing working again, and progress toward load balancing it "
MPM, ICE, MPMICE: Modify run{MPM,ICE}OnThisLevel to include the number of levels, so the user can specify the finer levels rather than the coarser ones (so running MPM on the finest level only will work again) LoadBalancers
Replace ParticleLoadBalancer with DynamicLoadBalancer, along with a few structural modications

Schedulers
A few lb quirks

940 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/LoadBalancers: DynamicLoadBalancer.cc (+794), DynamicLoadBalancer.h (+141), LoadBalancerCommon.h (new), LoadBalancerFactory.cc (+4 -4), ParticleLoadBalancer.cc (del), ParticleLoadBalancer.h (del), sub.mk (+1 -1)
worthen 2005-09-16 00:52 Rev.: 31967

Add one coarse ghost cell to select the coarser neighborhood

8 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerCommon.cc (+8 -20)
dav 2005-08-26 16:40 Rev.: 31723


M Components/LoadBalancers/LoadBalancerCommon.h

With Bryan's help, added createPerProcessorPatchSet(Grid). Added
comment on how these functions work.

M Components/LoadBalancers/LoadBalancerCommon.cc

Implementation of new function createPerProcessorPatchSet(Grid).

M Components/ICE/ICE.h

schedule_bogus_imp_delP() uses perProcPatches now.

M Components/ICE/impAMRICE.cc

Removed the allPatchSets that Todd was creating in favor of the
createPerProcessorPatchSet(Grid) that Bryan implemented. Turned off
matrix_CFI stuff for now. Removed a couple of compiler warnings.
Added "TODO" to a location that has a comment that seems to indicate
that something should be done (sooner than later). Only schedule one
task (with all patches across all levels) for the pressure solve.

M Ports/LoadBalancer.h

Declared the new virtual function createPerProcessorPatchSet(Grid).

34 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerCommon.cc (+25), LoadBalancerCommon.h (+9 -1)
dgroulx 2005-07-12 12:26 Rev.: 31087

Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.

32 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerFactory.cc (+1 -1), NirvanaLoadBalancer.cc (+21 -14), ParticleLoadBalancer.cc (new 10)
worthen 2005-06-29 14:22 Rev.: 30914

sus - get component options (sim, lb, sched, solver, regridder) from a ups file. sim and solver also work from the command line

Switcher - load its own sims and problem_specs

Clean up factories

Retire unused files

14 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerFactory.cc (+14 -17)
worthen 2005-06-23 14:49 Rev.: 30855

Change to clustering debug output

6 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerCommon.cc (+6 -46)
jas 2005-06-03 18:45 Rev.: 30554

Add LoadBalancerFactory.

91 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerFactory.cc (+67), LoadBalancerFactory.h (new 24)
jas 2005-06-03 18:33 Rev.: 30549

Create factories for the various components.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/LoadBalancers: sub.mk (+1)
worthen 2005-05-10 16:28 Rev.: 30130

LoadBalancer - More clustering debug info
Wave - more control over AMR ops and output

14 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerCommon.cc (+14 -7)
jas 2005-04-29 11:45 Rev.: 30030

Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.

6 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/LoadBalancers: sub.mk (+6 -1)
jas 2005-04-27 13:40 Rev.: 29989

Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/LoadBalancers: sub.mk (+1 -6)
worthen 2005-04-21 22:12 Rev.: 29908

fix compile on sgi

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerCommon.cc (+1 -1)
jas 2005-04-20 08:21 Rev.: 29877

Assign system defined max int to low_patch in createNeighborhood().

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerCommon.cc (+2 -2)
worthen 2005-04-19 11:23 Rev.: 29871

Mods to get AMR Wave to work a bit better.

LoadBalancers (exception) - output patch connectivity to attempt to create a good set of patches per proc

Schedulers/3: when getting data from a virtual region, offset the variable before copyPatch

Variables: Add offset to Variable Bases, so you can do it for arbitrary variable types

Examples: interpolation fixes

58 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerCommon.cc (+58 -12)
worthen 2005-04-01 19:09 Rev.: 29627

Get big parallel MPM runs to run (fix neighborhood)

38 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerCommon.cc (+38 -6)
bigler 2005-03-10 17:04 Rev.: 29251

Don't use 'using namespace SCIRun' inside the Uintah namespace, as well as other namespace things.

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/LoadBalancers: SimpleLoadBalancer.cc (+2 -2)
worthen 2005-03-02 14:33 Rev.: 29062

Fix debug stream

22 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerCommon.cc (+19 -27), NirvanaLoadBalancer.cc (+1 -1), SimpleLoadBalancer.cc (+1 -1), sub.mk (+1 -1)
worthen 2005-03-01 22:09 Rev.: 29040

Have 'assignResources' for DetailedTasks3

154 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/LoadBalancers: LoadBalancerCommon.cc (+80 -5), LoadBalancerCommon.h (+1), NirvanaLoadBalancer.cc (+72), NirvanaLoadBalancer.h (+1)

(2 more)

Generated by StatSVN 0.4.0