[root]/CCA/Components/LoadBalancers
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 118 (100.0%) | 1657 (100.0%) | 14.0 |
luitjens | 88 (74.6%) | 1530 (92.3%) | 17.3 |
jas | 27 (22.9%) | 99 (6.0%) | 3.6 |
dav | 2 (1.7%) | 27 (1.6%) | 13.5 |
qymeng | 1 (0.8%) | 1 (0.1%) | 1.0 |
Add virtual destructor.
0 lines of code changed in 2 files:
Small changes to a debug stream.
A few fixes to the random load balancer (it only works for a single level in its current form).
When querying patch assignments operate on the real patch and not the virtual patch. This seems to fix a
crash Jim was seeing when dealing with periodic boundaries.
0 lines of code changed in 2 files:
Migrated a few more function calls to the new patch interface.
Deleted the old patch interface.
Removed __New() from the new patch interface calls.
23 lines of code changed in 9 files:
Another allgather hack.
39 lines of code changed in 1 file:
Added another hack to eliminate an allgatherv
38 lines of code changed in 1 file:
Turn off parallel space filling curve generation.
1 lines of code changed in 1 file:
Added code that allows the space-filling curves to be generated in serial for timing comparaisons.
33 lines of code changed in 1 file:
Added a bit more information to LBOut
4 lines of code changed in 1 file:
Added a debug stream that outputs the load balance assignments in an easily parsable format.
28 lines of code changed in 1 file:
Try to avoid some potential integer wraping.
9 lines of code changed in 2 files:
Change some math to long long to avoid wrapping.
0 lines of code changed in 2 files:
Adjusted the LBTimes SCI_DEBUG.
15 lines of code changed in 1 file:
Added more error metrics
19 lines of code changed in 2 files:
Small fix to error calculation
2 lines of code changed in 1 file:
Changed the error metric to sMAPE
7 lines of code changed in 2 files:
Minor output changes.
Use Kalman Filter.
14 lines of code changed in 4 files:
Added code to use a kalman filter instead of a fading memory filter (currently disabled).
24 lines of code changed in 2 files:
Added some more statistical measures.
37 lines of code changed in 2 files:
Compute and output the MAPE error metric.
Automatically detect some rank deficient matrices and remove those parameters from the model.
158 lines of code changed in 4 files:
Added extraCells to the cost model.
Added a fading memory filter to the CostModelForecaster.
21 lines of code changed in 7 files:
(28 more)